Skip to content

Commit adcb486

Browse files
authored
Fix packaging again for xunit.v3 and MSTest.v4
1 parent 4295b78 commit adcb486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)