|
1 | | -From ab847aa914da4ce93ade3dbe7bbc0ba7d262fec3 Mon Sep 17 00:00:00 2001 |
| 1 | +From f62d5a7191b77650a464fcce8fd21d74ae98f18c Mon Sep 17 00:00:00 2001 |
2 | 2 | From: adaggarwal < [email protected]> |
3 | 3 | Date: Fri, 7 Feb 2020 20:55:51 +0000 |
4 | | -Subject: [PATCH 3/4] Build-MS.Internal.Ext.Refs-for-AspNetCore |
| 4 | +Subject: [PATCH 3/3] Build-MS.Internal.Ext.Refs-for-AspNetCore |
5 | 5 |
|
6 | 6 | --- |
7 | 7 | .../ref/Microsoft.Internal.Extensions.Refs.csproj | 6 +++--- |
8 | 8 | 1 file changed, 3 insertions(+), 3 deletions(-) |
9 | 9 |
|
10 | 10 | diff --git a/src/TargetingPack/Microsoft.Internal.Extensions.Refs/ref/Microsoft.Internal.Extensions.Refs.csproj b/src/TargetingPack/Microsoft.Internal.Extensions.Refs/ref/Microsoft.Internal.Extensions.Refs.csproj |
11 | | -index c89ec063a..952d69edc 100644 |
| 11 | +index c12cb4f4d..795121fa0 100644 |
12 | 12 | --- a/src/TargetingPack/Microsoft.Internal.Extensions.Refs/ref/Microsoft.Internal.Extensions.Refs.csproj |
13 | 13 | +++ b/src/TargetingPack/Microsoft.Internal.Extensions.Refs/ref/Microsoft.Internal.Extensions.Refs.csproj |
14 | 14 | @@ -4,11 +4,11 @@ |
15 | 15 | <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> |
16 | 16 |
|
17 | | - <!-- Do not pack in servicing builds. --> |
| 17 | + <!-- Do not pack in servicing builds except in special circumstances e.g. 3.1.8. --> |
18 | 18 | - <IsPackable>false</IsPackable> |
19 | 19 | + <IsPackable>true</IsPackable> |
20 | | - <IsPackable Condition=" '$(PatchVersion)' == '0' ">true</IsPackable> |
| 20 | + <IsPackable Condition=" '$(PatchVersion)' == '0' OR '$(PatchVersion)' == '8' ">true</IsPackable> |
21 | 21 | <IsShipping>false</IsShipping> |
22 | 22 | <!-- This project is not included in the shared framework --> |
23 | 23 | - <ExcludeFromSourceBuild>true</ExcludeFromSourceBuild> |
24 | 24 | + <ExcludeFromSourceBuild>false</ExcludeFromSourceBuild> |
25 | 25 | <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking> |
26 | 26 |
|
27 | 27 | <!-- Subject to change: see https://github.com/dotnet/designs/pull/50 --> |
28 | | -@@ -49,7 +49,7 @@ |
| 28 | +@@ -55,7 +55,7 @@ |
29 | 29 | </BuildDependsOn> |
30 | 30 |
|
31 | 31 | <!-- Suppresses building this project completely during servicing builds. --> |
|
0 commit comments