Skip to content

Commit 9f56097

Browse files
author
Sophia Tevosyan
committed
trying with a custom command
1 parent e648516 commit 9f56097

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

eng/templates/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,10 @@ jobs:
4141
- task: DotNetCoreCLI@2
4242
displayName: Restore
4343
inputs:
44-
command: restore
45-
verbosityRestore: Minimal
44+
command: custom
45+
custom: restore
4646
projects: $(project)
47-
feedsToUse: config
48-
nugetConfigPath: ../../nuget.config
47+
arguments: '-v m'
4948

5049
# Build source directory
5150
- task: DotNetCoreCLI@2

0 commit comments

Comments
 (0)