Skip to content

Commit

Permalink
Use new gitversion build step (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Svensson authored Nov 17, 2020
1 parent 767cb19 commit 430a94a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@ steps:
inputs:
versionSpec: '5.8.0'

- task: GitVersion@5
displayName: GitVersion
- task: gitversion/setup@0
displayName: Install GitVersion
inputs:
preferBundledVersion: true

versionSpec: '5.x'

- task: gitversion/execute@0
displayName: Use GitVersion

- task: NuGetCommand@2
inputs:
command: 'restore'
Expand Down

0 comments on commit 430a94a

Please sign in to comment.