Skip to content

Commit 1dfdb28

Browse files
committed
Fixed nuget.config path in .yml file
1 parent f79671a commit 1dfdb28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121
command: 'restore'
2222
restoreSolution: '**/*.sln'
2323
feedsToUse: 'config'
24-
nugetConfigPath: 'samples/'
24+
nugetConfigPath: ./samples/nuget.config
2525

2626
- task: VSBuild@1
2727
inputs:

0 commit comments

Comments
 (0)