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 192d433 commit cd15fd0Copy full SHA for cd15fd0
azure-pipelines.yml
@@ -65,10 +65,12 @@ stages:
65
displayName: 'Create tag on GitHub and publish NuGet package'
66
67
steps:
68
- - task: GitVersion@5
69
- displayName: 'Run GitVersion'
+ - task: gitversion/setup@0
+ displayName: 'Install GitTools'
70
inputs:
71
- runtime: 'core'
+ versionSpec: '5.x'
72
+ - task: gitversion/execute@0
73
+ displayName: 'Calculate SemVer'
74
75
- script: dotnet pack Aquality.Selenium\src\Aquality.Selenium\Aquality.Selenium.csproj -c $(buildConfiguration) -p:Version=$(GitVersion.NuGetVersion) -o $(Build.ArtifactStagingDirectory)
76
displayName: 'Pack to NuGet package'
0 commit comments