Skip to content

Commit d0cee22

Browse files
authored
Filename -> Identity (#61218)
1 parent e058c71 commit d0cee22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Signing.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<Artifact Include="@(_InstallersToPublish)" Kind="Blob">
9999
<IsShipping>true</IsShipping>
100100
<IsShipping Condition="$([System.String]::Copy('%(RecursiveDir)').StartsWith('NonShipping'))">false</IsShipping>
101-
<IsShipping Condition="$([System.String]::Copy('%(Filename)').ToLowerInvariant().Contains('wixpack.zip'))">false</IsShipping>
101+
<IsShipping Condition="$([System.String]::Copy('%(Identity)').ToLowerInvariant().Contains('wixpack.zip'))">false</IsShipping>
102102
</Artifact>
103103
</ItemGroup>
104104

0 commit comments

Comments
 (0)