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 d456d39 commit b95056cCopy full SHA for b95056c
eng/build.yml
@@ -20,7 +20,10 @@ steps:
20
New-Item -ItemType Directory -Path artifacts/package/release -Force
21
displayName: create folder artifacts/package/$(BuildConfiguration)
22
23
-- script: dotnet restore --configfile nuget.config
+- task: NuGetAuthenticate@1
24
+ displayName: Authenticate with NuGet feeds
25
+
26
+- script: dotnet restore --configfile $(Build.SourcesDirector)/nuget.config
27
displayName: Restore packages
28
29
- script: dotnet build -c $(BuildConfiguration) --no-restore -bl:build.msbuild.binlog
0 commit comments