File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -174,8 +174,8 @@ This package is an internal implementation of the .NET Core SDK and is not meant
174174 <_RetryCommand >PowerShell -NoProfile -NoLogo -ExecutionPolicy Bypass -Command</_RetryCommand >
175175 <_RetryCommand >$(_RetryCommand) " [System.Threading.Thread]::CurrentThread.CurrentCulture = '';</_RetryCommand >
176176 <_RetryCommand >$(_RetryCommand) [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';</_RetryCommand >
177- <_RetryCommand >$(_RetryCommand) try { & '$(RepoRoot)\eng\scripts\InstallTar.ps1' -Verbose;</_RetryCommand >
178- <_RetryCommand >$(_RetryCommand) & $env:TarCommand -czf $(_TarArchiveOutputPath) .;</_RetryCommand >
177+ <_RetryCommand >$(_RetryCommand) try { & '$(RepoRoot)\eng\scripts\InstallTar.ps1' -Verbose;</_RetryCommand >
178+ <_RetryCommand >$(_RetryCommand) & $env:TarCommand -czf $(_TarArchiveOutputPath) .;</_RetryCommand >
179179 <_RetryCommand >$(_RetryCommand) exit $LASTEXITCODE } catch { write-host $_; exit 1 }" <_RetryCommand >
180180
181181 <!-- For the tar packed with git, transform e.g. "C:\root\AspNetCore\File.tar.gz" to "/C/root/AspNetCore/File.tar.gz". -->
You can’t perform that action at this time.
0 commit comments