File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Rx.NET/Source/src/System.Reactive Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 72
72
<!-- We remove the output from the nuget so it doesn't wind up in the \lib folder -->
73
73
<Target Name =" RemoveNetCoreApp3FromNuGet" DependsOnTargets =" BuiltProjectOutputGroup;DocumentationProjectOutputGroup" Condition =" '$(TargetFramework)' == 'netcoreapp3.0'" >
74
74
75
- <ItemGroup >
75
+ <ItemGroup >
76
+ <!-- Before clearing the output groups, add them to None for packing -->
77
+ <None Include =" @(BuiltProjectOutputGroupOutput);@(DocumentationProjectOutputGroupOutput)" PackagePath =" build\netcoreapp3.0" Pack =" true" />
78
+
76
79
<BuiltProjectOutputGroupOutput Remove =" @(BuiltProjectOutputGroupOutput)" />
77
- <DocumentationProjectOutputGroupOutput Remove =" @(DocumentationProjectOutputGroupOutput)" />
80
+ <DocumentationProjectOutputGroupOutput Remove =" @(DocumentationProjectOutputGroupOutput)" />
78
81
</ItemGroup >
79
82
80
83
</Target >
81
-
82
-
84
+
83
85
<ItemGroup >
84
- <None Include =" bin\$(Configuration)\netcoreapp3.0\*.xml" PackagePath =" build\netcoreapp3.0" Pack =" true" />
85
- <None Include =" bin\$(Configuration)\netcoreapp3.0\*.dll" PackagePath =" build\netcoreapp3.0" Pack =" true" />
86
86
<None Include =" build\_._" PackagePath =" lib\netcoreapp3.0" Pack =" true" />
87
87
<None Include =" build\System.Reactive.targets" PackagePath =" buildTransitive\netcoreapp3.0" Pack =" true" />
88
88
<None Include =" build\System.Reactive.targets" PackagePath =" build\netcoreapp3.0" Pack =" true" />
You can’t perform that action at this time.
0 commit comments