Skip to content

Commit 2c1c051

Browse files
author
Sophia Tevosyan
committed
trying another version
1 parent 0a6d445 commit 2c1c051

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure-pipelines-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,12 @@ steps:
4343

4444
# Start by restoring all the dependencies. This needs to be its own task.
4545
- task: DotNetCoreCLI@2
46-
displayName: 'Custom Restore with configfile and no-cache'
46+
displayName: Restore
4747
inputs:
4848
command: custom
4949
custom: restore
50-
arguments: $(project) --configfile nuget.config --no-cache
50+
projects: $(project)
51+
arguments: '-v m'
5152

5253

5354
# Build source directory

0 commit comments

Comments
 (0)