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 c6e4f27 commit 5f01c10Copy full SHA for 5f01c10
eng/helix/content/runtests.cmd
@@ -28,8 +28,5 @@ dotnet run --project RunTests\RunTests.csproj -- --target %1 --sdk %2 --runtime
28
if errorlevel 1 (
29
set exit_code=1
30
)
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
34
echo "Finished running tests: exit_code=%exit_code%"
35
exit /b %exit_code%
0 commit comments