System info
- Playwright Version: v1.41.0
- Operating System: Ubuntu, macOS
- Browser: N/A
- Other info:
Source code
Link to the GitHub repository with the repro
martincostello/dotnet-patch-automation-sample@a415907 in martincostello/dotnet-patch-automation-sample#419
Steps
Expected
Code compiles and tests pass.
Actual
Build fails with error MSB3073:
/home/runner/.nuget/packages/microsoft.playwright/1.41.0/buildTransitive/Microsoft.Playwright.targets(65,5): error MSB3073: The command "chmod +x """ exited with code 1. [/home/runner/work/dotnet-patch-automation-sample/dotnet-patch-automation-sample/tests/TodoApp.Tests/TodoApp.Tests.csproj]
It appears that something is going wrong here:
|
<Exec Command="chmod +x "%(_PlaywrightChmodItems.FullPath)"" /> |
System info
Source code
Link to the GitHub repository with the repro
martincostello/dotnet-patch-automation-sample@a415907 in martincostello/dotnet-patch-automation-sample#419
Steps
build.ps1Expected
Code compiles and tests pass.
Actual
Build fails with error
MSB3073:It appears that something is going wrong here:
playwright-dotnet/src/Playwright/build/Microsoft.Playwright.targets
Line 65 in e964457