diff --git a/.azure-pipelines/publish.yml b/.azure-pipelines/publish.yml index ae7b3ef1f..71acfcdee 100644 --- a/.azure-pipelines/publish.yml +++ b/.azure-pipelines/publish.yml @@ -77,9 +77,9 @@ extends: src/Playwright/Playwright.csproj; src/Playwright.NUnit/Playwright.NUnit.csproj; src/Playwright.MSTest/Playwright.MSTest.csproj; - src/Playwright.MSTest/Playwright.MSTest.v4.csproj; + src/Playwright.MSTest.v4/Playwright.MSTest.v4.csproj; src/Playwright.Xunit/Playwright.Xunit.csproj; - src/Playwright.Xunit/Playwright.Xunit.v3.csproj; + src/Playwright.Xunit.v3/Playwright.Xunit.v3.csproj; src/Playwright.TestAdapter/Playwright.TestAdapter.csproj; packDirectory: '$(Build.ArtifactStagingDirectory)/nuget' versioningScheme: 'off' diff --git a/src/Common/Version.props b/src/Common/Version.props index 11ee3bce5..b7f8c0b08 100644 --- a/src/Common/Version.props +++ b/src/Common/Version.props @@ -1,7 +1,7 @@ 1.55.0 - $(AssemblyVersion)-beta-2 + $(AssemblyVersion)-beta-3 1.54.1 $(AssemblyVersion) $(AssemblyVersion)