Skip to content

[BUG] MSB3073 error with Microsoft.Playwright 1.41.0 on Ubuntu #2827

@martincostello

Description

@martincostello

System info

  • Playwright Version: v1.41.0
  • Operating System: Ubuntu, macOS
  • Browser: N/A
  • Other info:

Source code

  • I provided exact source code that allows reproducing the issue locally.

Link to the GitHub repository with the repro

martincostello/dotnet-patch-automation-sample@a415907 in martincostello/dotnet-patch-automation-sample#419

Steps

  • Run build.ps1

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 &quot;%(_PlaywrightChmodItems.FullPath)&quot;" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions