From b998ddef81fb926df6993d55c4097736a8c36b9b Mon Sep 17 00:00:00 2001 From: campersau Date: Sat, 2 Dec 2023 10:41:11 +0100 Subject: [PATCH] chore: chmod playwright.sh --- src/Playwright/build/Microsoft.Playwright.targets | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Playwright/build/Microsoft.Playwright.targets b/src/Playwright/build/Microsoft.Playwright.targets index b549f61f5a..d497675d6d 100644 --- a/src/Playwright/build/Microsoft.Playwright.targets +++ b/src/Playwright/build/Microsoft.Playwright.targets @@ -57,4 +57,11 @@ + + + <_PlaywrightChmodItems Include="$(OutputPath).playwright\node\*\playwright.sh" /> + <_PlaywrightChmodItems Include="$(PublishDir).playwright\node\*\playwright.sh" /> + + +