Skip to content

Commit

Permalink
#577 Restore the restore step
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel Sampson committed Jan 9, 2019
1 parent b68837c commit 0675537
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ steps:
- script: nbgv cloud
displayName: Set Version

- task: VSBuild@1
displayName: Nuget Restore
inputs:
solution: '$(coreSolution)'
configuration: '$(buildConfiguration)'
msbuildArgs: '/t:Restore'

- task: VSBuild@1
displayName: Build & Pack Core Solution
inputs:
Expand Down

0 comments on commit 0675537

Please sign in to comment.