Skip to content

Commit 611331a

Browse files
committed
!fixup! Another typo
1 parent 54d6336 commit 611331a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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) &quot;[System.Threading.Thread]::CurrentThread.CurrentCulture = '';</_RetryCommand>
176-
<_RetryCommand>$(_RetryCommand) [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';</_RetryCommand>
177-
<_RetryCommand>$(_RetryCommand) try { &amp; '$(RepoRoot)\eng\scripts\InstallTar.ps1' -Verbose;</_RetryCommand>
178-
<_RetryCommand>$(_RetryCommand) &amp; $env:TarCommand -czf $(_TarArchiveOutputPath) .;</_RetryCommand>
179-
<_RetryCommand>$(_RetryCommand) exit $LASTEXITCODE } catch { write-host $_; exit 1 }&quot;<_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) &quot;[System.Threading.Thread]::CurrentThread.CurrentCulture = '';</_RetryCommand>
182+
<_RetryCommand>$(_RetryCommand) [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';</_RetryCommand>
183+
<_RetryCommand>$(_RetryCommand) try { &amp; '$(RepoRoot)\eng\scripts\InstallTar.ps1' -Verbose;</_RetryCommand>
184+
<_RetryCommand>$(_RetryCommand) &amp; $env:TarCommand -czf $(_TarArchiveOutputPath) .;</_RetryCommand>
185+
<_RetryCommand>$(_RetryCommand) exit $LASTEXITCODE } catch { write-host $_; exit 1 }&quot;</_RetryCommand>
185186
</PropertyGroup>
186187

187188
<ZipDirectory

0 commit comments

Comments
 (0)