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 9d0df8b commit d456d39Copy full SHA for d456d39
eng/build.yml
@@ -20,7 +20,7 @@ steps:
20
New-Item -ItemType Directory -Path artifacts/package/release -Force
21
displayName: create folder artifacts/package/$(BuildConfiguration)
22
23
-- script: dotnet restore
+- script: dotnet restore --configfile nuget.config
24
displayName: Restore packages
25
26
- script: dotnet build -c $(BuildConfiguration) --no-restore -bl:build.msbuild.binlog
0 commit comments