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 @@ -175,7 +175,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
175
175
Overwrite =" true" />
176
176
<!-- Requires Windows 10 version 1803 or newer -->
177
177
<Exec
178
- Command =" tar -czf $(TarArchiveOutputPath) ."
178
+ Command =" C:\Windows\System32\ tar -czf $(TarArchiveOutputPath) ."
179
179
WorkingDirectory =" $(TargetingPackLayoutRoot)" />
180
180
<Message Importance =" High" Text =" $(MSBuildProjectName) -> $(TarArchiveOutputPath)" />
181
181
</Target >
Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
371
371
372
372
<!-- Extract the dotnet-runtime archive -->
373
373
<Exec Condition =" '$(ArchiveExtension)' == '.tar.gz'"
374
- Command =" tar -xzf $(DotNetRuntimeArchive) -C $(RedistSharedFrameworkLayoutRoot)" />
374
+ Command =" C:\Windows\System32\ tar -xzf $(DotNetRuntimeArchive) -C $(RedistSharedFrameworkLayoutRoot)" />
375
375
376
376
<Unzip Condition =" '$(ArchiveExtension)' == '.zip'"
377
377
SourceFiles =" $(DotNetRuntimeArchive)"
@@ -436,7 +436,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
436
436
Overwrite =" true"
437
437
Condition =" '$(ArchiveExtension)' == '.zip'" />
438
438
<Exec
439
- Command =" tar -czf $(InternalArchiveOutputPath) ."
439
+ Command =" C:\Windows\System32\ tar -czf $(InternalArchiveOutputPath) ."
440
440
WorkingDirectory =" $(SharedFrameworkLayoutRoot)"
441
441
Condition =" '$(ArchiveExtension)' == '.tar.gz'" />
442
442
</Target >
@@ -453,7 +453,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
453
453
Overwrite =" true"
454
454
Condition =" '$(ArchiveExtension)' == '.zip'" />
455
455
<Exec
456
- Command =" tar -czf $(RedistArchiveOutputPath) ."
456
+ Command =" C:\Windows\System32\ tar -czf $(RedistArchiveOutputPath) ."
457
457
WorkingDirectory =" $(RedistSharedFrameworkLayoutRoot)"
458
458
Condition =" '$(ArchiveExtension)' == '.tar.gz'" />
459
459
</Target >
You can’t perform that action at this time.
0 commit comments