Merge pull request #14924 from dotnet-maestro-bot/merge/release/7.0.2xx-to-main

[automated] Merge branch 'release/7.0.2xx' => 'main'
This commit is contained in:
Marc Paine 2022-11-08 15:43:29 -08:00 committed by GitHub
commit 02faefe54a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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