Skip to content

Commit

Permalink
Update pipeline to use Git versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel Sampson committed Nov 18, 2018
1 parent ad2ef36 commit bb7d0f4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ variables:
solution: '.\src\Caliburn.Micro.sln'

steps:
- task: DotNetCoreCLI@2
inputs:
command: custom
custom: tool
arguments: install --tool-path . nbgv
displayName: Install NBGV tool

- script: nbgv cloud
displayName: Set Version

- task: VSBuild@1
displayName: Nuget Restore
inputs:
Expand Down

0 comments on commit bb7d0f4

Please sign in to comment.