File tree 5 files changed +7
-6
lines changed
Microsoft.AspNetCore.AspNetCoreModule
Microsoft.AspNetCore.AspNetCoreModuleV2 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 71
71
72
72
<NpmProjectDirectory Include =" $(RepositoryRoot)src\Middleware\CORS\test\FunctionalTests\" />
73
73
74
- <ProjectToBuild Condition =" '$(OS)' == 'Windows_NT' " Include =" $(RepositoryRoot)src\Servers\**\*.vcxproj" >
74
+ <ProjectToBuild Condition =" '$(OS)' == 'Windows_NT' AND '$(MSBuildRuntimeType)' != 'Core' " Include =" $(RepositoryRoot)src\Servers\**\*.vcxproj" >
75
75
<!-- Required to prevent triggering double-builds. See src\Servers\IIS\ResolveIisReferences.targets for details. -->
76
76
<AdditionalProperties Condition =" '$(SharedFxRid)' == 'win-x64'" >Platform=x64</AdditionalProperties >
77
77
<AdditionalProperties Condition =" '$(SharedFxRid)' == 'win-x86'" >Platform=x86</AdditionalProperties >
Original file line number Diff line number Diff line change 3
3
4
4
<PropertyGroup >
5
5
<SignOutput Condition =" '$(SignType)' != '' " >true</SignOutput >
6
+ <IsPackable >false</IsPackable >
6
7
</PropertyGroup >
7
8
8
9
<Import Project =" MicroBuild.Plugin.props" Condition =" '$(MicroBuildSentinelFile)' == ''" />
Original file line number Diff line number Diff line change @@ -79,6 +79,8 @@ with the right MSBuild incantations to get output copied to the right place.
79
79
<!-- Prepend LinkBase to output path. -->
80
80
<NativeContent >
81
81
<Link >%(LinkBase)%(FileName)%(Extension)</Link >
82
+ <!-- Don't put this content in a nuget package. -->
83
+ <Pack >false</Pack >
82
84
</NativeContent >
83
85
</ItemGroup >
84
86
Original file line number Diff line number Diff line change 8
8
<PackageTags >aspnetcore</PackageTags >
9
9
<PackageTitle >Microsoft ASP.NET Core Module</PackageTitle >
10
10
<Pack >true</Pack >
11
- <ContentTargetFolders >content</ContentTargetFolders >
12
11
<NoPackageAnalysis >true</NoPackageAnalysis >
13
12
<PackageDescription >ASP.NET Core Module</PackageDescription >
14
13
<IsPackable Condition =" '$(OS)' != 'Windows_NT'" >false</IsPackable >
19
18
<Content Include =" ..\AspNetCoreModuleV1\AspNetCore\bin\$(Configuration)\Win32\aspnetcore.pdb" PackagePath =" contentFiles/any/any/x86" />
20
19
<Content Include =" ..\AspNetCoreModuleV1\AspNetCore\bin\$(Configuration)\x64\aspnetcore.dll" PackagePath =" contentFiles/any/any/x64" />
21
20
<Content Include =" ..\AspNetCoreModuleV1\AspNetCore\bin\$(Configuration)\x64\aspnetcore.pdb" PackagePath =" contentFiles/any/any/x64" />
22
- <Content Include =" ..\AspNetCoreModuleV1 \AspNetCore\bin\$(Configuration)\x64\* .xml" PackagePath =" " />
21
+ <Content Include =" ..\AspNetCoreModuleV2 \AspNetCore\aspnetcore_schema_v2 .xml" PackagePath =" /aspnetcore_schema.xml " />
23
22
<Content Include =" Microsoft.AspNetCore.AspNetCoreModule.props" PackagePath =" build\" />
24
23
<Reference Include =" AspNetCoreModule" />
25
24
</ItemGroup >
Original file line number Diff line number Diff line change 8
8
<PackageTags >aspnetcore</PackageTags >
9
9
<PackageTitle >Microsoft ASP.NET Core Module</PackageTitle >
10
10
<Pack >true</Pack >
11
- <ContentTargetFolders >content</ContentTargetFolders >
12
11
<NoPackageAnalysis >true</NoPackageAnalysis >
13
12
<PackageDescription >ASP.NET Core Module</PackageDescription >
14
13
<IsPackable Condition =" '$(OS)' != 'Windows_NT'" >false</IsPackable >
25
24
<Content Include =" ..\AspNetCoreModuleV2\OutOfProcessRequestHandler\bin\$(Configuration)\x64\aspnetcorev2_outofprocess.dll" PackagePath =" contentFiles/any/any/x64/2.0.0" />
26
25
<Content Include =" ..\AspNetCoreModuleV2\OutOfProcessRequestHandler\bin\$(Configuration)\x64\aspnetcorev2_outofprocess.pdb" PackagePath =" contentFiles/any/any/x64/2.0.0" />
27
26
28
- <Content Include =" ..\AspNetCoreModuleV2\AspNetCore\bin\$(Configuration)\x64\* .xml" PackagePath =" " />
29
- <Content Include =" ..\AspNetCoreModuleV2\AspNetCore\ancm.mof" />
27
+ <Content Include =" ..\AspNetCoreModuleV2\AspNetCore\aspnetcore_schema_v2 .xml" PackagePath =" / " />
28
+ <Content Include =" ..\AspNetCoreModuleV2\AspNetCore\ancm.mof" PackagePath = " / " />
30
29
<Content Include =" Microsoft.AspNetCore.AspNetCoreModule.props.in" PackagePath =" build\" />
31
30
<Reference Include =" AspNetCoreModuleV2" />
32
31
</ItemGroup >
You can’t perform that action at this time.
0 commit comments