File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ set InstallPlaywright=%$installPlaywright%
18
18
set PLAYWRIGHT_BROWSERS_PATH = %CD% \ms-playwright
19
19
set PLAYWRIGHT_DRIVER_PATH = %CD% \.playwright\win-x64\native\playwright.cmd
20
20
21
+ REM Avoid https://github.com/dotnet/aspnetcore/issues/41937 in current session.
22
+ set ASPNETCORE_ENVIRONMENT =
23
+
21
24
set " PATH = %HELIX_WORKITEM_ROOT% ;%PATH% ;%HELIX_WORKITEM_ROOT% \node\bin"
22
25
echo Set path to: " %PATH% "
23
26
echo .
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
13
13
export DOTNET_MULTILEVEL_LOOKUP=0
14
14
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
15
15
16
+ # Avoid https://github.com/dotnet/aspnetcore/issues/41937 in current session.
17
+ unset ASPNETCORE_ENVIRONMENT
18
+
16
19
export PATH=" $PATH :$DIR :$DIR /node/bin"
17
20
18
21
# Set playwright stuff
You can’t perform that action at this time.
0 commit comments