Skip to content

Commit 6bbd954

Browse files
committed
Work CD-CI
- Update nuget restore task on Azure Pipelines. Signed-off-by: José Simões <[email protected]>
1 parent 5dd7f47 commit 6bbd954

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
- task: NuGetCommand@2
6262
inputs:
6363
restoreSolution: '$(solution)'
64+
feedsToUse: config
65+
nugetConfigPath: 'source/NuGet.config'
66+
displayName: NuGet restore
6467

6568
- task: VSBuild@1
6669
inputs:

0 commit comments

Comments
 (0)