Skip to content

Commit f79671a

Browse files
committed
Moved NuGet.config and updated .yml file
1 parent 93f5b1f commit f79671a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ steps:
1818

1919
- task: NuGetCommand@2
2020
inputs:
21-
restoreSolution: '$(solution)'
21+
command: 'restore'
22+
restoreSolution: '**/*.sln'
23+
feedsToUse: 'config'
24+
nugetConfigPath: 'samples/'
2225

2326
- task: VSBuild@1
2427
inputs:
File renamed without changes.

0 commit comments

Comments
 (0)