File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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('%(Filename )').ToLowerInvariant().Contains('internal ')) == 'True' " >false</IsShipping >
101- <IsShipping Condition =" $([System.String]::Copy('%(Filename)').ToLowerInvariant().Contains('internal ')) != '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
You can’t perform that action at this time.
0 commit comments