Fix for missing, required property in Linux package signing
This commit is contained in:
parent
6defaadb8b
commit
67a6f08da9
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue