Skip to content

Commit

Permalink
Merge pull request #14694 from dotnet/marcpopMSFT-addroottoscript
Browse files Browse the repository at this point in the history
Add dotnet root to the env script
  • Loading branch information
marcpopMSFT authored Nov 8, 2022
2 parents a0adabe + b9aea1b commit 6370b56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/restore-toolset.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6370b56

Please sign in to comment.