We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0f7ca commit 918c28bCopy full SHA for 918c28b
.pipelines/DSC-Official.yml
@@ -179,7 +179,7 @@ extends:
179
condition: succeeded()
180
181
- job: SignMsixBundle
182
- condition: and(succeeded(), eq(variables.officialBuild, true)
+ condition: and(succeeded(), eq(variables.officialBuild, true))
183
dependsOn: CreateMsixBundle
184
variables:
185
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
0 commit comments