Skip to content

Commit a8ad723

Browse files
committed
Add restore sources
1 parent 0ac62af commit a8ad723

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/helix/content/runtests.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ dotnet run --project RunTests\RunTests.csproj -- --target %1 --sdk %2 --runtime
2828
if errorlevel 1 (
2929
set exit_code=1
3030
)
31+
dotnet nuget add source %HELIX_WORKITEM_ROOT% --configfile NuGet.config
32+
dotnet nuget add source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json --configfile NuGet.config
3133
dotnet tool install dotnet-ef --global --version 5.0.0-preview.4.20216.3
3234
echo "Finished running tests: exit_code=%exit_code%"
3335
exit /b %exit_code%

0 commit comments

Comments
 (0)