Skip to content

Commit 0a6d445

Browse files
author
Sophia Tevosyan
committed
trying to fix the release pipeline
1 parent f98c316 commit 0a6d445

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

azure-pipelines-release.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,12 @@ steps:
4343

4444
# Start by restoring all the dependencies. This needs to be its own task.
4545
- task: DotNetCoreCLI@2
46-
displayName: Restore
46+
displayName: 'Custom Restore with configfile and no-cache'
4747
inputs:
48-
command: restore
49-
verbosityRestore: Minimal
50-
projects: $(project)
51-
feedsToUse: config
52-
nugetConfigPath: nuget.config
48+
command: custom
49+
custom: restore
50+
arguments: $(project) --configfile nuget.config --no-cache
51+
5352

5453
# Build source directory
5554
- task: DotNetCoreCLI@2

0 commit comments

Comments
 (0)