Skip to content

Commit b90f759

Browse files
committed
Ship pdb in nuget package
1 parent 0378968 commit b90f759

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

gm_dotnet_managed/GmodNET.API/GmodNET.API.csproj

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,15 @@
1010
<PackageTags>garrysmod; GmodNET</PackageTags>
1111
<PackageProjectUrl>https://github.com/GmodNET/GmodDotNet</PackageProjectUrl>
1212
<PackageIconUrl>https://raw.githubusercontent.com/GlebChili/GmodDotNet/devel_netcore_2/MetaInfo/Logo/gmodnetlogo.png</PackageIconUrl>
13-
<Company>GmodNET</Company>
14-
<Copyright>Copyright (c) 2018 - 2020 Gleb Krasilich, GmodNET</Copyright>
15-
<Product>$(Description)</Product>
16-
13+
<Company>GmodNET</Company>
14+
<Copyright>Copyright (c) 2018 - 2021 Gleb Krasilich, GmodNET</Copyright>
1715
<PublishRepositoryUrl>true</PublishRepositoryUrl>
18-
<IncludeSymbols>true</IncludeSymbols>
19-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
20-
</PropertyGroup>
21-
22-
<PropertyGroup>
2316
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2417
<DebugType>Portable</DebugType>
2518
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\GmodNET.API.xml</DocumentationFile>
2619
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
20+
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
21+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2722
</PropertyGroup>
2823

2924
<ItemGroup>

0 commit comments

Comments
 (0)