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