Skip to content

Commit e891e57

Browse files
committed
Fix formatting
1 parent 5e70e6c commit e891e57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,11 +278,11 @@ jobs:
278278
- publish: $(Build.ArtifactStagingDirectory)\SiteExtension
279279
artifact: SiteExtension
280280
- pwsh: |
281-
if ((test-path $(Build.ArtifactStagingDirectory)\ZippedPatchSiteExtension))
282-
{
281+
if ((test-path $(Build.ArtifactStagingDirectory)\ZippedPatchSiteExtension))
282+
{
283283
Write-Host "Patched site extension detected."
284284
Write-Host "##vso[task.setvariable variable=isPatchVersion;isOutput=true]true"
285-
}
285+
}
286286
displayName: 'Set isPatchVersion'
287287
- publish: $(Build.ArtifactStagingDirectory)\ZippedPatchSiteExtension
288288
artifact: PatchedSiteExtension

0 commit comments

Comments
 (0)