Skip to content

Commit 9412ce1

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent eaeef7d commit 9412ce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipelines/azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ steps:
4040
performMultiLevelLookup: true
4141
workingDirectory: '$(Build.SourcesDirectory)'
4242

43-
- script: |
43+
- powershell: |
4444
# Read the content of VERSION
4545
$version=Get-Content $(Build.SourcesDirectory)\VERSION
4646
4747
# Set the file content as a pipeline variable
48-
echo "##vso[task.setvariable variable=VcVersion;isOutput=true]$version"
48+
Write-Host "##vso[task.setvariable variable=VcVersion;isOutput=true]$version"
4949
displayName: 'Set VC Version'
5050

5151
# Ensure the artifact output/bin/obj directories are clean.

0 commit comments

Comments
 (0)