Skip to content

Commit 4295b78

Browse files
authored
Fix packaging for Playwright.MSTest.v4 and Playwright.Xunit.v3 (#3226)
1 parent 9b09598 commit 4295b78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.azure-pipelines/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +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;
8081
src/Playwright.Xunit/Playwright.Xunit.csproj;
82+
src/Playwright.Xunit/Playwright.Xunit.v3.csproj;
8183
src/Playwright.TestAdapter/Playwright.TestAdapter.csproj;
8284
packDirectory: '$(Build.ArtifactStagingDirectory)/nuget'
8385
versioningScheme: 'off'

0 commit comments

Comments
 (0)