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 5e70e6c commit e891e57Copy full SHA for e891e57
azure-pipelines.yml
@@ -278,11 +278,11 @@ jobs:
278
- publish: $(Build.ArtifactStagingDirectory)\SiteExtension
279
artifact: SiteExtension
280
- pwsh: |
281
- if ((test-path $(Build.ArtifactStagingDirectory)\ZippedPatchSiteExtension))
282
- {
+ if ((test-path $(Build.ArtifactStagingDirectory)\ZippedPatchSiteExtension))
+ {
283
Write-Host "Patched site extension detected."
284
Write-Host "##vso[task.setvariable variable=isPatchVersion;isOutput=true]true"
285
- }
+ }
286
displayName: 'Set isPatchVersion'
287
- publish: $(Build.ArtifactStagingDirectory)\ZippedPatchSiteExtension
288
artifact: PatchedSiteExtension
0 commit comments