Skip to content

Commit 425ba47

Browse files
committed
Remove empty snupkgs as NuGet.org rejects them
1 parent 7bf2885 commit 425ba47

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

Mono.TextTemplating.Roslyn/Mono.TextTemplating.Roslyn.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
<Description>In-process Roslyn compiler for the Mono.TextTemplating T4 templating engine</Description>
1010
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1111
<PublishRepositoryUrl>true</PublishRepositoryUrl>
12-
<IncludeSymbols>true</IncludeSymbols>
13-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1412
<PackageReadmeFile>readme.md</PackageReadmeFile>
1513
</PropertyGroup>
1614

Mono.TextTemplating/Mono.TextTemplating.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
<DefineConstants Condition="'$(TFxId)'=='.NETFramework'">$(DefineConstants);FEATURE_APPDOMAINS</DefineConstants>
1414
<DefineConstants Condition="'$(TFxId)'=='.NETCoreApp'">$(DefineConstants);FEATURE_ASSEMBLY_LOAD_CONTEXT</DefineConstants>
1515
<PublishRepositoryUrl>true</PublishRepositoryUrl>
16-
<IncludeSymbols>true</IncludeSymbols>
17-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1816
<PackageReadmeFile>readme.md</PackageReadmeFile>
1917
</PropertyGroup>
2018

TextTransform/TextTransform.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
<IsTool>True</IsTool>
1212
<Description>Command-line T4 text transform tool.</Description>
1313
<PublishRepositoryUrl>true</PublishRepositoryUrl>
14-
<IncludeSymbols>true</IncludeSymbols>
15-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1614
</PropertyGroup>
1715

1816
<ItemGroup>

0 commit comments

Comments
 (0)