File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9797
9898 <Artifact Include =" @(_InstallersToPublish)" Kind =" Blob" >
9999 <!-- 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 >
100+ <IsShipping Condition =" $([System.String]::Copy('%(RecursiveDir )').StartsWith('Shipping ')) != 'true '" >false</IsShipping >
101+ <IsShipping Condition =" $([System.String]::Copy('%(RecursiveDir )').StartsWith('Shipping ')) == 'true '" >true</IsShipping >
102102 </Artifact >
103103 </ItemGroup >
104104
You can’t perform that action at this time.
0 commit comments