Skip to content

Commit

Permalink
Update to use correct restore
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwgn authored and karkarl committed Aug 24, 2023
1 parent 9c7feaa commit 2cfa73d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ stages:
- job:
displayName: Build
steps:
- task: NuGetCommand@2
inputs:
command: 'restore'
restoreSolution: '**/*.sln'
feedsToUse: 'config'
nugetConfigPath: '$(System.DefaultWorkingDirectory)\nuget.config'
- task: VSBuild@1
inputs:
platform: $(buildPlatform)
Expand Down

0 comments on commit 2cfa73d

Please sign in to comment.