We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b0f1f commit 6ffb2f6Copy full SHA for 6ffb2f6
build.proj
@@ -44,8 +44,8 @@
44
<!-- Flags -->
45
<CodeSign Condition ="'$(CodeSign)' == ''">false</CodeSign>
46
<SkipHelp Condition ="'$(SkipHelp)' != 'true'">false</SkipHelp>
47
- <TargetBuild Condition="Exists($(TargetModule))">true</TargetBuild>
48
- <TargetBuild Condition="!Exists($(TargetModule))">false</TargetBuild>
+ <TargetBuild Condition="'$(TargetModule)' != ''">true</TargetBuild>
+ <TargetBuild Condition="'$(TargetModule)' == ''">false</TargetBuild>
49
50
51
<!-- Set this true only if you want to test the CodeSign workflow locally -->
0 commit comments