Do not always create targeting pack archive (#16781)
This commit is contained in:
parent
b45e247120
commit
0b713e5777
|
|
@ -208,7 +208,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
|
|||
<Target Name="_CreateTargetingPackArchive"
|
||||
Inputs="@(RefPackContent)"
|
||||
Outputs="$(ZipArchiveOutputPath);$(TarArchiveOutputPath)"
|
||||
Condition="'$(IsPackable)' == 'true' OR '$(IsTargetingPackPatching)' == 'true' ">
|
||||
Condition="'$(IsPackable)' == 'true' ">
|
||||
<PropertyGroup>
|
||||
<_TarCommand>tar</_TarCommand>
|
||||
<_TarCommand Condition="Exists('$(RepoRoot).tools\tar.exe')">$(RepoRoot).tools\tar.exe</_TarCommand>
|
||||
|
|
|
|||
Loading…
Reference in New Issue