Skip to content

Commit 4af8b39

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
fix condition
1 parent 5c87cc1 commit 4af8b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/DSC-Official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ extends:
177177
condition: succeeded()
178178
179179
- job: SignMsixBundle
180-
condition: and(succeeded(), variables.officialBuild)
180+
condition: and(succeeded(), parameters.officialBuild)
181181
dependsOn: CreateMsixBundle
182182
variables:
183183
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'

0 commit comments

Comments
 (0)