Skip to content

Commit

Permalink
Looks like we needed this!
Browse files Browse the repository at this point in the history
  • Loading branch information
riperiperi committed Mar 30, 2020
1 parent 1e06a29 commit 8a53b54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ steps:
name: RestoreRoslyn
continueOnError: true

- task: NuGetCommand@2
inputs:
command: 'restore'
restoreSolution: '$(solution)'

- task: VSBuild@1
name: BuildClient
inputs:
Expand Down

0 comments on commit 8a53b54

Please sign in to comment.