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 @@ -15,6 +15,9 @@ set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
15
15
set DOTNET_MULTILEVEL_LOOKUP = 0
16
16
set PLAYWRIGHT_BROWSERS_PATH = %CD% \ms-playwright
17
17
18
+ REM Avoid https://github.com/dotnet/aspnetcore/issues/41937 in current session.
19
+ set ASPNETCORE_ENVIRONMENT =
20
+
18
21
set " PATH = %HELIX_WORKITEM_ROOT% ;%PATH% ;%HELIX_WORKITEM_ROOT% \node\bin"
19
22
echo Set path to: " %PATH% "
20
23
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