Skip to content

Commit f9fe84b

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

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
@@ -43,9 +43,9 @@ steps:
4343
- powershell: |
4444
# Read the content of VERSION
4545
$version=Get-Content $(Build.SourcesDirectory)\VERSION
46-
46+
$version
4747
# Set the file content as a pipeline variable
48-
Write-Host "##vso[task.setvariable variable=VcVersion;isOutput=true]$version"
48+
Write-Host "##vso[task.setvariable variable=VcVersion]$version"
4949
displayName: 'Set VC Version'
5050

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

0 commit comments

Comments
 (0)