From 0b713e577716e915082021942065aff1d20a0604 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Mon, 4 Nov 2019 06:45:22 -0800 Subject: [PATCH] Do not always create targeting pack archive (#16781) --- src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj b/src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj index 264e92586d..255efbf900 100644 --- a/src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj +++ b/src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj @@ -208,7 +208,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