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 b95056c commit 9fb5175Copy full SHA for 9fb5175
eng/build.yml
@@ -23,7 +23,7 @@ steps:
23
- task: NuGetAuthenticate@1
24
displayName: Authenticate with NuGet feeds
25
26
-- script: dotnet restore --configfile $(Build.SourcesDirector)/nuget.config
+- script: dotnet restore --configfile nuget.config
27
displayName: Restore packages
28
29
- script: dotnet build -c $(BuildConfiguration) --no-restore -bl:build.msbuild.binlog
0 commit comments