diff --git a/eng/targets/Npm.Common.targets b/eng/targets/Npm.Common.targets index 7695ed7039..312de9da0c 100644 --- a/eng/targets/Npm.Common.targets +++ b/eng/targets/Npm.Common.targets @@ -101,7 +101,7 @@ - + diff --git a/src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj b/src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj index 50c2531827..b962427634 100644 --- a/src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj +++ b/src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj @@ -195,7 +195,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant Condition="'$(IsPackable)' == 'true'"> <_TarCommand>tar - <_TarCommand Condition="Exists('$(RepoRoot).tools\tar.exe')">$(RepoRoot).tools\tar.exe + <_TarCommand Condition="Exists('$(RepoRoot).tools\tar.exe')">"$(RepoRoot).tools\tar.exe" <_TarArchiveOutputPath>$(TarArchiveOutputPath) @@ -209,8 +209,8 @@ This package is an internal implementation of the .NET Core SDK and is not meant Overwrite="true" /> - - +