Skip to content

Commit

Permalink
SymbolPackageFormat is no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrawehr committed Sep 30, 2024
1 parent ae3c7df commit 7205a65
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@
<PropertyGroup>
<Language>C#</Language>
<LangVersion>9</LangVersion>
<!-- Generate snupkg package -->
<IncludeSymbols>true</IncludeSymbols>

<!--We are reusing arcade targets for strongname signing the assembly. Due to this, we must set the strongnamekeyid property
in order to ensure that the values for publickey and publickeytoken won't be overwritten by arcade later in the evaluation.-->
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 7205a65

Please sign in to comment.