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:
77
77
src/Playwright/Playwright.csproj;
78
78
src/Playwright.NUnit/Playwright.NUnit.csproj;
79
79
src/Playwright.MSTest/Playwright.MSTest.csproj;
80
- src/Playwright.MSTest/Playwright.MSTest.v4.csproj;
80
+ src/Playwright.MSTest.v4 /Playwright.MSTest.v4.csproj;
81
81
src/Playwright.Xunit/Playwright.Xunit.csproj;
82
- src/Playwright.Xunit/Playwright.Xunit.v3.csproj;
82
+ src/Playwright.Xunit.v3 /Playwright.Xunit.v3.csproj;
83
83
src/Playwright.TestAdapter/Playwright.TestAdapter.csproj;
84
84
packDirectory : ' $(Build.ArtifactStagingDirectory)/nuget'
85
85
versioningScheme : ' off'
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
<AssemblyVersion >1.55.0</AssemblyVersion >
4
- <PackageVersion >$(AssemblyVersion)-beta-2 </PackageVersion >
4
+ <PackageVersion >$(AssemblyVersion)-beta-3 </PackageVersion >
5
5
<DriverVersion >1.54.1</DriverVersion >
6
6
<ReleaseVersion >$(AssemblyVersion)</ReleaseVersion >
7
7
<FileVersion >$(AssemblyVersion)</FileVersion >
You can’t perform that action at this time.
0 commit comments