Skip to content

Commit 3c09d64

Browse files
author
Nate McMaster
committed
Merge branch 'release/2.2'
2 parents 02780ba + 9183145 commit 3c09d64

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Servers/IIS/ResolveIisReferences.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ with the right MSBuild incantations to get output copied to the right place.
7979
<!-- Prepend LinkBase to output path. -->
8080
<NativeContent>
8181
<Link>%(LinkBase)%(FileName)%(Extension)</Link>
82+
<!-- Don't put this content in a nuget package. -->
8283
<Pack>false</Pack>
8384
</NativeContent>
8485
</ItemGroup>

src/Servers/IIS/src/Microsoft.AspNetCore.AspNetCoreModule/Microsoft.AspNetCore.AspNetCoreModule.pkgproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<PackageTags>aspnetcore</PackageTags>
99
<PackageTitle>Microsoft ASP.NET Core Module</PackageTitle>
1010
<Pack>true</Pack>
11-
<ContentTargetFolders>content</ContentTargetFolders>
1211
<NoPackageAnalysis>true</NoPackageAnalysis>
1312
<PackageDescription>ASP.NET Core Module</PackageDescription>
1413
<IsPackable Condition="'$(OS)' != 'Windows_NT'">false</IsPackable>

0 commit comments

Comments
 (0)