Skip to content

Commit

Permalink
Fix Azure pipeline restore?
Browse files Browse the repository at this point in the history
  • Loading branch information
Azyyyyyy committed Jan 28, 2024
1 parent f87d99b commit 68f7f6f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ variables:
buildConfiguration: 'Release'

steps:
- task: NuGetToolInstaller@1

- task: NuGetCommand@2
- task: DotNetCoreCLI@2
inputs:
restoreSolution: '$(solution)'
command: 'restore'
projects: '$(solution)'
feedsToUse: 'select'
vstsFeed: 'd4e5e777-2219-4c8d-bb12-0c6a0a661b33'

- task: DotNetCoreCLI@2
inputs:
Expand Down

0 comments on commit 68f7f6f

Please sign in to comment.