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 eaeef7d commit 9412ce1Copy full SHA for 9412ce1
.pipelines/azure-pipelines.yml
@@ -40,12 +40,12 @@ steps:
40
performMultiLevelLookup: true
41
workingDirectory: '$(Build.SourcesDirectory)'
42
43
-- script: |
+- powershell: |
44
# Read the content of VERSION
45
$version=Get-Content $(Build.SourcesDirectory)\VERSION
46
47
# Set the file content as a pipeline variable
48
- echo "##vso[task.setvariable variable=VcVersion;isOutput=true]$version"
+ Write-Host "##vso[task.setvariable variable=VcVersion;isOutput=true]$version"
49
displayName: 'Set VC Version'
50
51
# Ensure the artifact output/bin/obj directories are clean.
0 commit comments