Skip to content

Commit 0ac62af

Browse files
committed
Shell dotnet in runtest to looksie
1 parent 990055f commit 0ac62af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/helix/content/runtests.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ dotnet run --project RunTests\RunTests.csproj -- --target %1 --sdk %2 --runtime
2828
if errorlevel 1 (
2929
set exit_code=1
3030
)
31+
dotnet tool install dotnet-ef --global --version 5.0.0-preview.4.20216.3
3132
echo "Finished running tests: exit_code=%exit_code%"
3233
exit /b %exit_code%

0 commit comments

Comments
 (0)