File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,9 @@ extends:
7777 src/Playwright/Playwright.csproj;
7878 src/Playwright.NUnit/Playwright.NUnit.csproj;
7979 src/Playwright.MSTest/Playwright.MSTest.csproj;
80- src/Playwright.MSTest/Playwright.MSTest.v4.csproj;
80+ src/Playwright.MSTest.v4 /Playwright.MSTest.v4.csproj;
8181 src/Playwright.Xunit/Playwright.Xunit.csproj;
82- src/Playwright.Xunit/Playwright.Xunit.v3.csproj;
82+ src/Playwright.Xunit.v3 /Playwright.Xunit.v3.csproj;
8383 src/Playwright.TestAdapter/Playwright.TestAdapter.csproj;
8484 packDirectory : ' $(Build.ArtifactStagingDirectory)/nuget'
8585 versioningScheme : ' off'
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <AssemblyVersion >1.55.0</AssemblyVersion >
4- <PackageVersion >$(AssemblyVersion)-beta-2 </PackageVersion >
4+ <PackageVersion >$(AssemblyVersion)-beta-3 </PackageVersion >
55 <DriverVersion >1.54.1</DriverVersion >
66 <ReleaseVersion >$(AssemblyVersion)</ReleaseVersion >
77 <FileVersion >$(AssemblyVersion)</FileVersion >
You can’t perform that action at this time.
0 commit comments