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 e058c71 commit d0cee22Copy full SHA for d0cee22
eng/Signing.props
@@ -98,7 +98,7 @@
98
<Artifact Include="@(_InstallersToPublish)" Kind="Blob">
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>
+ <IsShipping Condition="$([System.String]::Copy('%(Identity)').ToLowerInvariant().Contains('wixpack.zip'))">false</IsShipping>
102
</Artifact>
103
</ItemGroup>
104
0 commit comments