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 13d168c commit 3a9f36bCopy full SHA for 3a9f36b
azure-pipelines.yml
@@ -30,6 +30,7 @@ stages:
30
steps:
31
- pwsh: |
32
dotnet tool install --global GitVersion.Tool --version 5.*
33
+ dotnet-gitversion
34
$gitVersionObject = dotnet-gitversion | ConvertFrom-Json
35
$gitVersionObject.PSObject.Properties.ForEach{
36
Write-Host -Object "Setting Task Variable '$($_.Name)' with value '$($_.Value)'."
0 commit comments