We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9412ce1 commit f9fe84bCopy full SHA for f9fe84b
.pipelines/azure-pipelines.yml
@@ -43,9 +43,9 @@ steps:
43
- powershell: |
44
# Read the content of VERSION
45
$version=Get-Content $(Build.SourcesDirectory)\VERSION
46
-
+ $version
47
# Set the file content as a pipeline variable
48
- Write-Host "##vso[task.setvariable variable=VcVersion;isOutput=true]$version"
+ Write-Host "##vso[task.setvariable variable=VcVersion]$version"
49
displayName: 'Set VC Version'
50
51
# Ensure the artifact output/bin/obj directories are clean.
0 commit comments