Skip to content

Commit 0b713e5

Browse files
authored
Do not always create targeting pack archive (#16781)
1 parent b45e247 commit 0b713e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
208208
<Target Name="_CreateTargetingPackArchive"
209209
Inputs="@(RefPackContent)"
210210
Outputs="$(ZipArchiveOutputPath);$(TarArchiveOutputPath)"
211-
Condition="'$(IsPackable)' == 'true' OR '$(IsTargetingPackPatching)' == 'true' ">
211+
Condition="'$(IsPackable)' == 'true' ">
212212
<PropertyGroup>
213213
<_TarCommand>tar</_TarCommand>
214214
<_TarCommand Condition="Exists('$(RepoRoot).tools\tar.exe')">$(RepoRoot).tools\tar.exe</_TarCommand>

0 commit comments

Comments
 (0)