We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3c7df commit 7205a65Copy full SHA for 7205a65
Directory.Build.props
@@ -18,12 +18,7 @@
18
<PropertyGroup>
19
<Language>C#</Language>
20
<LangVersion>9</LangVersion>
21
- <!-- Generate snupkg package -->
22
<IncludeSymbols>true</IncludeSymbols>
23
-
24
- <!--We are reusing arcade targets for strongname signing the assembly. Due to this, we must set the strongnamekeyid property
25
- in order to ensure that the values for publickey and publickeytoken won't be overwritten by arcade later in the evaluation.-->
26
- <SymbolPackageFormat>snupkg</SymbolPackageFormat>
27
</PropertyGroup>
28
29
<ItemGroup>
0 commit comments