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 5bc9fb2 commit c8612e3Copy full SHA for c8612e3
azure-pipelines.yml
@@ -70,7 +70,9 @@ stages:
70
inputs:
71
versionSpec: '5.x'
72
- task: gitversion/execute@0
73
- displayName: 'Calculate SemVer'
+ inputs:
74
+ useConfigFile: true
75
+ configFilePath: 'GitVersion.yml'
76
77
- script: dotnet pack Aquality.Selenium\src\Aquality.Selenium\Aquality.Selenium.csproj -c $(buildConfiguration) -p:Version=$(GitVersion.NuGetVersion) -o $(Build.ArtifactStagingDirectory)
78
displayName: 'Pack to NuGet package'
0 commit comments