Skip to content

Commit 7dde040

Browse files
authored
Update Signing.props
1 parent ab109e8 commit 7dde040

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eng/Signing.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@
9696
</_InstallersToPublish>
9797

9898
<Artifact Include="@(_InstallersToPublish)" Kind="Blob">
99-
<!-- Working around msbuild not being able to negate the result of Contains() outside of targets -->
100-
<IsShipping Condition="$([System.String]::Copy('%(RecursiveDir)').StartsWith('Shipping')) != 'true'">false</IsShipping>
101-
<IsShipping Condition="$([System.String]::Copy('%(RecursiveDir)').StartsWith('Shipping')) == 'true'">true</IsShipping>
99+
<IsShipping>true</IsShipping>
100+
<IsShipping Condition="$([System.String]::Copy('%(RecursiveDir)').StartsWith('NonShipping'))">false</IsShipping>
101+
<IsShipping Condition="$([System.String]::Copy('%(Filename)').ToLowerInvariant().Contains('wixpack.zip'))">false</IsShipping>
102102
</Artifact>
103103
</ItemGroup>
104104

0 commit comments

Comments
 (0)