Fix for missing, required property in Linux package signing

This commit is contained in:
Nate McMaster 2019-02-14 17:45:41 -08:00
parent 6defaadb8b
commit 67a6f08da9
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
<Project DefaultTargets="Build" InitialTargets="CheckForRequiredProperties">
<PropertyGroup>
<SignType>$([MSBuild]::ValueOrDefault($(SignType),'real'))</SignType>
<OutputInRepoRoot>true</OutputInRepoRoot>
</PropertyGroup>
<Import Project="..\..\..\Directory.Build.props" />