Merge in 'release/2.2' changes
This commit is contained in:
commit
2b771cd4f4
|
|
@ -11,6 +11,9 @@
|
|||
<!-- Always include framework metapackages in patch updates. -->
|
||||
<IsPackageInThisPatch Condition="'$(IsFrameworkMetapackage)' == 'true' OR '$(IsSharedSourcePackage)' == 'true' ">true</IsPackageInThisPatch>
|
||||
<IsPackageInThisPatch Condition="'$(IsPackageInThisPatch)' == ''">$(PackagesInPatch.Contains(' $(PackageId);'))</IsPackageInThisPatch>
|
||||
|
||||
<!-- ANCM always builds every patch as we don't push temporary nuget packages anymore and that ANCM itself is a global singleton -->
|
||||
<IsPackageInThisPatch Condition="'$(IsANCMPackage)' == 'true'">true</IsPackageInThisPatch>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(IsPackable)' != 'false' AND '$(IsServicingBuild)' == 'true' ">
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
<NoPackageAnalysis>true</NoPackageAnalysis>
|
||||
<PackageDescription>ASP.NET Core Module</PackageDescription>
|
||||
<IsPackable Condition="'$(OS)' != 'Windows_NT'">false</IsPackable>
|
||||
<IsANCMPackage>true</IsANCMPackage>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup Condition="'$(OS)' == 'Windows_NT'">
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
<NoPackageAnalysis>true</NoPackageAnalysis>
|
||||
<PackageDescription>ASP.NET Core Module</PackageDescription>
|
||||
<IsPackable Condition="'$(OS)' != 'Windows_NT'">false</IsPackable>
|
||||
<IsANCMPackage>true</IsANCMPackage>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup Condition="'$(OS)' == 'Windows_NT'">
|
||||
|
|
|
|||
Loading…
Reference in New Issue