Skip to content

Commit

Permalink
Use symbol packages instead
Browse files Browse the repository at this point in the history
  • Loading branch information
dotMorten committed Sep 25, 2023
1 parent f472f9c commit 45729fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/WinUIEx/WinUIEx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@
<Configurations>Debug;Release;Experimental</Configurations>
<Platforms>AnyCPU</Platforms>
<Nullable>enable</Nullable>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<PackageReadmeFile>README.md</PackageReadmeFile>
<LangVersion>10</LangVersion>
<IsTrimmable>true</IsTrimmable>
<TreatWarningsAsErrors Condition="'$(Configuration)'=='Release'">true</TreatWarningsAsErrors>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>

<PropertyGroup Label="PackageInfo">
Expand Down

0 comments on commit 45729fe

Please sign in to comment.