Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Bunting <6431421+dougbu@users.noreply.github.com>2022-06-10 21:56:27 +0300
committerDoug Bunting <6431421+dougbu@users.noreply.github.com>2022-06-10 21:56:27 +0300
commit310f534a30fac46aa449f2c6e3b45168b4a68f90 (patch)
tree36da12ff9104ae08afc9106d7070c29b7cfc5349
parentdd7ea089ac556c4de311045ebba2b3816c947071 (diff)
Revert "Attempt a workaround"dougbu/debug.41937.off
This reverts commit 08040f537b7abde7a284270c65a965921f1cddd6.
-rw-r--r--eng/helix/content/runtests.cmd3
1 files changed, 0 insertions, 3 deletions
diff --git a/eng/helix/content/runtests.cmd b/eng/helix/content/runtests.cmd
index a3c6de9c0a..3aab373c69 100644
--- a/eng/helix/content/runtests.cmd
+++ b/eng/helix/content/runtests.cmd
@@ -18,9 +18,6 @@ set InstallPlaywright=%$installPlaywright%
set PLAYWRIGHT_BROWSERS_PATH=%CD%\ms-playwright
set PLAYWRIGHT_DRIVER_PATH=%CD%\.playwright\win-x64\native\playwright.cmd
-REM Avoid https://github.com/dotnet/aspnetcore/issues/41937 in current session.
-set ASPNETCORE_ENVIRONMENT=
-
set "PATH=%HELIX_WORKITEM_ROOT%;%PATH%;%HELIX_WORKITEM_ROOT%\node\bin"
echo Set path to: "%PATH%"
echo.