We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f9181 commit 22fa432Copy full SHA for 22fa432
azure-pipelines.yml
@@ -281,7 +281,7 @@ jobs:
281
if ((test-path $(Build.ArtifactStagingDirectory)\ZippedPatchSiteExtension))
282
{
283
Write-Host "Patched site extension detected."
284
- Write-Host "##vso[task.setvariable variable=isPatchVersion;isOutput=true]true"
+ Write-Host "##vso[task.setvariable variable=isPatchVersion]true"
285
}
286
displayName: 'Set isPatchVersion'
287
- publish: $(Build.ArtifactStagingDirectory)\ZippedPatchSiteExtension
0 commit comments