Skip to content

Commit 54d6336

Browse files
committed
!fixup! Escape ampersands
1 parent d4ef427 commit 54d6336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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) &quot;[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 { &amp; '$(RepoRoot)\eng\scripts\InstallTar.ps1' -Verbose;</_RetryCommand>
178+
<_RetryCommand>$(_RetryCommand) &amp; $env:TarCommand -czf $(_TarArchiveOutputPath) .;</_RetryCommand>
179179
<_RetryCommand>$(_RetryCommand) exit $LASTEXITCODE } catch { write-host $_; exit 1 }&quot;<_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". -->

0 commit comments

Comments
 (0)