Add dotnet root to the env script as tests we're running correctly in the IDE otherwise

This commit is contained in:
Marc Paine 2022-10-07 13:17:32 -07:00
parent 7d4240d5de
commit b9aea1bfb1

View file

@ -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