We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b09598 commit 4295b78Copy full SHA for 4295b78
.azure-pipelines/publish.yml
@@ -77,7 +77,9 @@ extends:
77
src/Playwright/Playwright.csproj;
78
src/Playwright.NUnit/Playwright.NUnit.csproj;
79
src/Playwright.MSTest/Playwright.MSTest.csproj;
80
+ src/Playwright.MSTest/Playwright.MSTest.v4.csproj;
81
src/Playwright.Xunit/Playwright.Xunit.csproj;
82
+ src/Playwright.Xunit/Playwright.Xunit.v3.csproj;
83
src/Playwright.TestAdapter/Playwright.TestAdapter.csproj;
84
packDirectory: '$(Build.ArtifactStagingDirectory)/nuget'
85
versioningScheme: 'off'
0 commit comments