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 f98c316 commit 0a6d445Copy full SHA for 0a6d445
azure-pipelines-release.yml
@@ -43,13 +43,12 @@ steps:
43
44
# Start by restoring all the dependencies. This needs to be its own task.
45
- task: DotNetCoreCLI@2
46
- displayName: Restore
+ displayName: 'Custom Restore with configfile and no-cache'
47
inputs:
48
- command: restore
49
- verbosityRestore: Minimal
50
- projects: $(project)
51
- feedsToUse: config
52
- nugetConfigPath: nuget.config
+ command: custom
+ custom: restore
+ arguments: $(project) --configfile nuget.config --no-cache
+
53
54
# Build source directory
55
0 commit comments