We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ee186 commit 6732af4Copy full SHA for 6732af4
1 file changed
Directory.Build.props
@@ -5,6 +5,7 @@
5
<Authors>Tatham Oddie & friends</Authors>
6
<SignAssembly Condition="'$(Configuration)' == 'Release'">True</SignAssembly>
7
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)StrongName.snk</AssemblyOriginatorKeyFile>
8
+ <PublishRepositoryUrl>true</PublishRepositoryUrl>
9
<IncludeSymbols>true</IncludeSymbols>
10
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
11
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
0 commit comments