Skip to content

Commit

Permalink
use latest git version task
Browse files Browse the repository at this point in the history
  • Loading branch information
chelnak committed Mar 4, 2021
1 parent b6b4f84 commit dc3f159
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,16 @@ variables:

steps:

- task: gittools.gitversion-preview.gitversion-task.GitVersion@5
displayName: GitVersion
- task: gitversion/setup@0
displayName: Install GitVersion
inputs:
configFilePath: GitVersion.yml
versionSpec: '5.x'

- task: gitversion/execute@0
displayName: Use GitVersion
inputs:
useConfigFile: true
configFilePath: 'GitVersion.yml'

- task: Docker@1
displayName: Build image
Expand Down

0 comments on commit dc3f159

Please sign in to comment.