Skip to content

Commit

Permalink
Fix restore command.
Browse files Browse the repository at this point in the history
  • Loading branch information
clown committed Mar 25, 2019
1 parent f3a6403 commit dabb090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AzurePipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ steps:
- task: NuGetCommand@2
inputs:
command: 'restore'
restoreSolution: '**\*.sln'
nugetConfigPath: 'NuGet.config'
restoreSolution: '$(PROJECT_NAME).sln'
displayName: 'Restore NuGet packages'

- task: VSBuild@1
Expand Down

0 comments on commit dabb090

Please sign in to comment.