File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -171,17 +171,18 @@ This package is an internal implementation of the .NET Core SDK and is not meant
171171 Condition =" '$(IsPackable)' == 'true'" >
172172 <PropertyGroup >
173173 <TarCommand Condition =" '$(TarCommand)' == ''" >tar</TarCommand >
174- <_RetryCommand >PowerShell -NoProfile -NoLogo -ExecutionPolicy Bypass -Command</_RetryCommand >
175- <_RetryCommand >$(_RetryCommand) " [System.Threading.Thread]::CurrentThread.CurrentCulture = '';</_RetryCommand >
176- <_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 >
179- <_RetryCommand >$(_RetryCommand) exit $LASTEXITCODE } catch { write-host $_; exit 1 }" <_RetryCommand >
180174
181175 <!-- For the tar packed with git, transform e.g. "C:\root\AspNetCore\File.tar.gz" to "/C/root/AspNetCore/File.tar.gz". -->
182176 <_TarArchiveOutputPath >$(TarArchiveOutputPath)</_TarArchiveOutputPath >
183177 <_TarArchiveOutputPath
184178 Condition =" $(TarCommand.Contains('\Git\'))" >/$(TarArchiveOutputPath.Replace('\','/').Replace(':',''))</_TarArchiveOutputPath >
179+
180+ <_RetryCommand >PowerShell -NoProfile -NoLogo -ExecutionPolicy Bypass -Command</_RetryCommand >
181+ <_RetryCommand >$(_RetryCommand) " [System.Threading.Thread]::CurrentThread.CurrentCulture = '';</_RetryCommand >
182+ <_RetryCommand >$(_RetryCommand) [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';</_RetryCommand >
183+ <_RetryCommand >$(_RetryCommand) try { & '$(RepoRoot)\eng\scripts\InstallTar.ps1' -Verbose;</_RetryCommand >
184+ <_RetryCommand >$(_RetryCommand) & $env:TarCommand -czf $(_TarArchiveOutputPath) .;</_RetryCommand >
185+ <_RetryCommand >$(_RetryCommand) exit $LASTEXITCODE } catch { write-host $_; exit 1 }" </_RetryCommand >
185186 </PropertyGroup >
186187
187188 <ZipDirectory
You can’t perform that action at this time.
0 commit comments