Skip to content

Commit c8612e3

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines: add GitVersion.yml ref
1 parent 5bc9fb2 commit c8612e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ stages:
7070
inputs:
7171
versionSpec: '5.x'
7272
- task: gitversion/execute@0
73-
displayName: 'Calculate SemVer'
73+
inputs:
74+
useConfigFile: true
75+
configFilePath: 'GitVersion.yml'
7476

7577
- script: dotnet pack Aquality.Selenium\src\Aquality.Selenium\Aquality.Selenium.csproj -c $(buildConfiguration) -p:Version=$(GitVersion.NuGetVersion) -o $(Build.ArtifactStagingDirectory)
7678
displayName: 'Pack to NuGet package'

0 commit comments

Comments
 (0)