Merge branch 'release/2.2'
This commit is contained in:
commit
3c09d644cc
|
|
@ -79,6 +79,7 @@ with the right MSBuild incantations to get output copied to the right place.
|
|||
<!-- Prepend LinkBase to output path. -->
|
||||
<NativeContent>
|
||||
<Link>%(LinkBase)%(FileName)%(Extension)</Link>
|
||||
<!-- Don't put this content in a nuget package. -->
|
||||
<Pack>false</Pack>
|
||||
</NativeContent>
|
||||
</ItemGroup>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
<PackageTags>aspnetcore</PackageTags>
|
||||
<PackageTitle>Microsoft ASP.NET Core Module</PackageTitle>
|
||||
<Pack>true</Pack>
|
||||
<ContentTargetFolders>content</ContentTargetFolders>
|
||||
<NoPackageAnalysis>true</NoPackageAnalysis>
|
||||
<PackageDescription>ASP.NET Core Module</PackageDescription>
|
||||
<IsPackable Condition="'$(OS)' != 'Windows_NT'">false</IsPackable>
|
||||
|
|
|
|||
Loading…
Reference in New Issue