We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e648516 commit 9f56097Copy full SHA for 9f56097
eng/templates/build.yml
@@ -41,11 +41,10 @@ jobs:
41
- task: DotNetCoreCLI@2
42
displayName: Restore
43
inputs:
44
- command: restore
45
- verbosityRestore: Minimal
+ command: custom
+ custom: restore
46
projects: $(project)
47
- feedsToUse: config
48
- nugetConfigPath: ../../nuget.config
+ arguments: '-v m'
49
50
# Build source directory
51
0 commit comments