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 990055f commit 0ac62afCopy full SHA for 0ac62af
eng/helix/content/runtests.cmd
@@ -28,5 +28,6 @@ dotnet run --project RunTests\RunTests.csproj -- --target %1 --sdk %2 --runtime
28
if errorlevel 1 (
29
set exit_code=1
30
)
31
+dotnet tool install dotnet-ef --global --version 5.0.0-preview.4.20216.3
32
echo "Finished running tests: exit_code=%exit_code%"
33
exit /b %exit_code%
0 commit comments