Skip to content

Commit 5f01c10

Browse files
committed
Update runtests.cmd
1 parent c6e4f27 commit 5f01c10

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

eng/helix/content/runtests.cmd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,5 @@ 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
33-
dotnet tool install dotnet-ef --global --version 5.0.0-preview.4.20216.3
3431
echo "Finished running tests: exit_code=%exit_code%"
3532
exit /b %exit_code%

0 commit comments

Comments
 (0)