File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 57
57
</Content >
58
58
</ItemGroup >
59
59
</Target >
60
- <Target Name =" PlaywrightChmodExecutables" AfterTargets =" CopyFilesToOutputDirectory;CopyFilesToPublishDirectory" Condition =" !$([MSBuild]::IsOSPlatform('Windows'))" >
60
+ <Target Name =" PlaywrightChmodExecutables" AfterTargets =" CopyFilesToOutputDirectory;CopyFilesToPublishDirectory" Condition =" !$([MSBuild]::IsOSPlatform('Windows'))" >
61
61
<ItemGroup >
62
62
<_PlaywrightChmodItems Include =" $([MSBuild]::EnsureTrailingSlash('$(OutputPath)')).playwright\node\*\node" />
63
63
<_PlaywrightChmodItems Include =" $([MSBuild]::EnsureTrailingSlash('$(PublishDir)')).playwright\node\*\node" />
64
64
</ItemGroup >
65
- <Exec Command =" chmod +x " %(_PlaywrightChmodItems.FullPath)" " />
65
+ <Exec Command =" chmod +x " %(_PlaywrightChmodItems.FullPath)" " Condition = " '@(_PlaywrightChmodItems->Count())' != '0' " />
66
66
</Target >
67
67
</Project >
You can’t perform that action at this time.
0 commit comments