Skip to content

Commit b95056c

Browse files
authored
Update build.yml
1 parent d456d39 commit b95056c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

eng/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ steps:
2020
New-Item -ItemType Directory -Path artifacts/package/release -Force
2121
displayName: create folder artifacts/package/$(BuildConfiguration)
2222

23-
- script: dotnet restore --configfile nuget.config
23+
- task: NuGetAuthenticate@1
24+
displayName: Authenticate with NuGet feeds
25+
26+
- script: dotnet restore --configfile $(Build.SourcesDirector)/nuget.config
2427
displayName: Restore packages
2528

2629
- script: dotnet build -c $(BuildConfiguration) --no-restore -bl:build.msbuild.binlog

0 commit comments

Comments
 (0)