Skip to content

[Bug] dotnet build does not override files #2069

@mxschmitt

Description

@mxschmitt

This scenario is currently broken:

dotnet add package Microsoft.Playwright --version 1.19.1
dotnet build
./bin/Debug/net6.0/dotnet2
dotnet add package Microsoft.Playwright --version 1.20.1
dotnet build
./bin/Debug/net6.0/dotnet2

Actual: it does not override driver files -> driver won't start -> breaks Playwright
Expected: it works.

Relates:

cc @campersau do you know anything that could be the cause of this? Otherwise, I would dig into it.

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