We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4295b78 commit adcb486Copy full SHA for adcb486
.azure-pipelines/publish.yml
@@ -77,9 +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;
+ src/Playwright.MSTest.v4/Playwright.MSTest.v4.csproj;
81
src/Playwright.Xunit/Playwright.Xunit.csproj;
82
- src/Playwright.Xunit/Playwright.Xunit.v3.csproj;
+ src/Playwright.Xunit.v3/Playwright.Xunit.v3.csproj;
83
src/Playwright.TestAdapter/Playwright.TestAdapter.csproj;
84
packDirectory: '$(Build.ArtifactStagingDirectory)/nuget'
85
versioningScheme: 'off'
0 commit comments