File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 5353 @(PotentialCompileSrc);
5454 **\*.csproj;
5555 @(NuGetGeneratedMetadataFile);
56- " />
56+ "
57+ Condition =" '$(TextOnlyPackage)' != 'true'" />
58+ <StructureFile
59+ Include =" **\*"
60+ Exclude =" $(MSBuildProjectFullPath)"
61+ Condition =" '$(TextOnlyPackage)' == 'true'" />
5762
5863 <StaticAssetFile
5964 Include =" @(StructureFile)"
109114
110115 <PropertyGroup >
111116 <NuspecFile >$(TFMPackTempOutputDir)@(NuspecFile)</NuspecFile >
112- <NuspecFile Condition =" '$(PackNuspecInPlace)' == 'true'" >@(NuspecFile)</NuspecFile >
113117 </PropertyGroup >
114118 </Target >
115119
Original file line number Diff line number Diff line change 22 <Import Project =" $([MSBuild]::GetPathOfFileAbove(Directory.Build.props, $(MSBuildThisFileDirectory)..))" />
33
44 <PropertyGroup >
5- <PackNuspecInPlace >true</PackNuspecInPlace >
5+ <TextOnlyPackage >true</TextOnlyPackage >
66
77 <TargetFramework >netstandard2.0</TargetFramework >
88 <IncludeBuildOutput >false</IncludeBuildOutput >
You can’t perform that action at this time.
0 commit comments