File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 101
101
<Copy SourceFiles =" $(PackageJson)" DestinationFiles =" $(_BackupPackageJson)" />
102
102
103
103
<Yarn Command =" version --no-git-tag-version --new-version $(PackageVersion)" />
104
- <Exec Command =" node $(MSBuildThisFileDirectory)..\scripts\update-packagejson-links.js $(PackageJson) $(PackageVersion)" />
104
+ <Exec Command =" node " $(MSBuildThisFileDirectory)..\scripts\update-packagejson-links.js" " $(PackageJson)" $(PackageVersion)" />
105
105
<Yarn Command =" pack --filename $(PackageFileName)" />
106
106
107
107
<Move SourceFiles =" $(_PackageTargetPath)" DestinationFolder =" $(PackageOutputPath)" />
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
195
195
Condition =" '$(IsPackable)' == 'true'" >
196
196
<PropertyGroup >
197
197
<_TarCommand >tar</_TarCommand >
198
- <_TarCommand Condition =" Exists('$(RepoRoot).tools\tar.exe')" >$(RepoRoot).tools\tar.exe</_TarCommand >
198
+ <_TarCommand Condition =" Exists('$(RepoRoot).tools\tar.exe')" >" $(RepoRoot).tools\tar.exe" </_TarCommand >
199
199
200
200
<!-- For the tar packed with git, transform e.g. "C:\root\AspNetCore\File.tar.gz" to "/C/root/AspNetCore/File.tar.gz". -->
201
201
<_TarArchiveOutputPath >$(TarArchiveOutputPath)</_TarArchiveOutputPath >
@@ -209,8 +209,8 @@ This package is an internal implementation of the .NET Core SDK and is not meant
209
209
Overwrite =" true" />
210
210
211
211
<!-- Requires Windows 10 version 1803 or newer -->
212
- <Message Importance =" High" Text =" Executing: $(_TarCommand) -czf $(_TarArchiveOutputPath) ." />
213
- <Exec Command =" $(_TarCommand) -czf $(_TarArchiveOutputPath) ."
212
+ <Message Importance =" High" Text =" Executing: $(_TarCommand) -czf " $(_TarArchiveOutputPath)" ." />
213
+ <Exec Command =" $(_TarCommand) -czf " $(_TarArchiveOutputPath)" ."
214
214
WorkingDirectory =" $(TargetingPackLayoutRoot)" />
215
215
216
216
<Message Importance =" High" Text =" $(MSBuildProjectName) -> $(TarArchiveOutputPath)" />
You can’t perform that action at this time.
0 commit comments