Dan Walmsley
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
build/SharedVersion.props
|
|
|
@ -16,7 +16,7 @@ |
|
|
|
<PackageReleaseNotes>https://github.com/AvaloniaUI/Avalonia/releases</PackageReleaseNotes> |
|
|
|
<RepositoryType>git</RepositoryType> |
|
|
|
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)\avalonia.snk</AssemblyOriginatorKeyFile> |
|
|
|
<SignAssembly>false</SignAssembly> |
|
|
|
<SignAssembly>true</SignAssembly> |
|
|
|
<DefineConstants Condition="$(SignAssembly) == true">$(DefineConstants);SIGNED_BUILD</DefineConstants> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|