Skip to content

Commit 3a9f36b

Browse files
authored
Fix pipeline
1 parent 13d168c commit 3a9f36b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ stages:
3030
steps:
3131
- pwsh: |
3232
dotnet tool install --global GitVersion.Tool --version 5.*
33+
dotnet-gitversion
3334
$gitVersionObject = dotnet-gitversion | ConvertFrom-Json
3435
$gitVersionObject.PSObject.Properties.ForEach{
3536
Write-Host -Object "Setting Task Variable '$($_.Name)' with value '$($_.Value)'."

0 commit comments

Comments
 (0)