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 0be5963 commit 013a428Copy full SHA for 013a428
Open.snk
596 Bytes
src/Directory.Build.props
@@ -12,6 +12,8 @@
12
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
13
<PackageOutputPath>$(RepoRoot)artifacts/</PackageOutputPath>
14
<EmbedUntrackedSources>true</EmbedUntrackedSources>
15
+ <AssemblyOriginatorKeyFile>$(RepoRoot)\Open.snk</AssemblyOriginatorKeyFile>
16
+ <SignAssembly>true</SignAssembly>
17
</PropertyGroup>
18
19
<ItemGroup>
0 commit comments