Fix typo in DOTNET_MULTILEVEL_LOOKUP in Init.cmd (#634)
This commit is contained in:
parent
4ad24dae21
commit
557c5609d7
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
@echo off
|
||||
|
||||
set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
|
||||
set DOTNET_MULTILELVEL_LOOKUP=0
|
||||
set PATH=%~dp0;%PATH%
|
||||
set DOTNET_MULTILEVEL_LOOKUP=0
|
||||
set PATH=%~dp0;%PATH%
|
||||
|
|
Loading…
Reference in a new issue