Skip to content

Commit d456d39

Browse files
authored
Update build.yml
1 parent 9d0df8b commit d456d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/build.yml

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

23-
- script: dotnet restore
23+
- script: dotnet restore --configfile nuget.config
2424
displayName: Restore packages
2525

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

0 commit comments

Comments
 (0)