Skip to content

Commit

Permalink
Pass /restore to IDE build.
Browse files Browse the repository at this point in the history
  • Loading branch information
riperiperi committed Mar 30, 2020
1 parent df2ba5f commit aa0b667
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,8 @@ steps:
inputs:
command: 'restore'
restoreSolution: '$(solution)'
feedsToUse: 'select'
restoreDirectory: '$(System.DefaultWorkingDirectory)/packages'

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


- powershell: cd ./TSOClient/FSO.SimAntics.JIT.Roslyn/; dotnet restore; cd ../../
name: RestoreRoslyn
Expand All @@ -46,7 +41,7 @@ steps:
inputs:
solution: '$(solution)'
platform: '$(buildPlatform)'
msbuildArgs: '/t:FSO_IDE /p:Configuration=Release;OutDir=$(Build.ArtifactStagingDirectory)/client'
msbuildArgs: '/restore /t:FSO_IDE /p:Configuration=Release;OutDir=$(Build.ArtifactStagingDirectory)/client'

- task: VSBuild@1
name: BuildServer
Expand Down

0 comments on commit aa0b667

Please sign in to comment.