Skip to content

Commit

Permalink
Try a bit harder with the nuget restore.
Browse files Browse the repository at this point in the history
  • Loading branch information
riperiperi committed Mar 30, 2020
1 parent eda7f0e commit 102f5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ steps:
inputs:
solution: '$(solution)'
platform: '$(buildPlatform)'
msbuildArgs: '/t:Simitone_Windows /p:Configuration=Release;OutDir=$(Build.ArtifactStagingDirectory)'
msbuildArgs: '/restore /t:Simitone_Windows /p:Configuration=Release;OutDir=$(Build.ArtifactStagingDirectory)'

- task: NuGetCommand@2
inputs:
Expand Down

0 comments on commit 102f5a2

Please sign in to comment.