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">
|
<Project DefaultTargets="Build" InitialTargets="CheckForRequiredProperties">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<SignType>$([MSBuild]::ValueOrDefault($(SignType),'real'))</SignType>
|
<SignType>$([MSBuild]::ValueOrDefault($(SignType),'real'))</SignType>
|
||||||
|
<OutputInRepoRoot>true</OutputInRepoRoot>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<Import Project="..\..\..\Directory.Build.props" />
|
<Import Project="..\..\..\Directory.Build.props" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue