Skip to content

Commit 22fa432

Browse files
committed
Update azure-pipelines.yml
variables defined as part of the same job should not have isOutput set to true
1 parent c1f9181 commit 22fa432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
if ((test-path $(Build.ArtifactStagingDirectory)\ZippedPatchSiteExtension))
282282
{
283283
Write-Host "Patched site extension detected."
284-
Write-Host "##vso[task.setvariable variable=isPatchVersion;isOutput=true]true"
284+
Write-Host "##vso[task.setvariable variable=isPatchVersion]true"
285285
}
286286
displayName: 'Set isPatchVersion'
287287
- publish: $(Build.ArtifactStagingDirectory)\ZippedPatchSiteExtension

0 commit comments

Comments
 (0)