Skip to content

Commit 918c28b

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
fix expression
1 parent 0c0f7ca commit 918c28b

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
@@ -179,7 +179,7 @@ extends:
179179
condition: succeeded()
180180
181181
- job: SignMsixBundle
182-
condition: and(succeeded(), eq(variables.officialBuild, true)
182+
condition: and(succeeded(), eq(variables.officialBuild, true))
183183
dependsOn: CreateMsixBundle
184184
variables:
185185
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'

0 commit comments

Comments
 (0)