Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
Trying something new and exciting
  • Loading branch information
riperiperi committed Nov 13, 2019
1 parent 2fa80e8 commit 1d53406
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:
inputs:
restoreSolution: '$(solution)'

- task: NuGetCommand@2
name: RestoreFreeSOAsWellBecauseReasons
inputs:
restoreSolution: './FreeSO/TSOClient/FreeSO.sln'

- task: VSBuild@1
inputs:
solution: '$(solution)'
Expand Down

0 comments on commit 1d53406

Please sign in to comment.