Merge pull request #14694 from dotnet/marcpopMSFT-addroottoscript
Add dotnet root to the env script
This commit is contained in:
commit
6370b56ac2
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ set DOTNET_MULTILEVEL_LOOKUP=0
|
|||
|
||||
set PATH=$env:DOTNET_INSTALL_DIR;%PATH%
|
||||
set NUGET_PACKAGES=$env:NUGET_PACKAGES
|
||||
|
||||
set DOTNET_ROOT=$env:DOTNET_INSTALL_DIR
|
||||
"@
|
||||
|
||||
Out-File -FilePath $scriptPath -InputObject $scriptContents -Encoding ASCII
|
||||
|
|
Loading…
Reference in a new issue