File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ 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.Xunit.csproj;
8081 src/Playwright.TestAdapter/Playwright.TestAdapter.csproj;
8182 packDirectory : ' $(Build.ArtifactStagingDirectory)/nuget'
8283 versioningScheme : ' off'
@@ -88,7 +89,7 @@ extends:
8889 # The reason for the 1.* after the package name is that we know the end of the package name in order to not
8990 # match with e.g. Microsoft.Playwright.CLI when we only want to match Microsoft.Playwright.
9091 # Semicolon separated as per https://portal.microsofticm.com/imp/v5/incidents/details/467483180/summary
91- packagesToPush : $(Build.ArtifactStagingDirectory)/nuget/Microsoft.Playwright.1.*.nupkg;$(Build.ArtifactStagingDirectory)/nuget/Microsoft.Playwright.MSTest.1.*.nupkg;$(Build.ArtifactStagingDirectory)/nuget/Microsoft.Playwright.NUnit.1.*.nupkg;$(Build.ArtifactStagingDirectory)/nuget/Microsoft.Playwright.TestAdapter.1.*.nupkg
92+ packagesToPush : $(Build.ArtifactStagingDirectory)/nuget/Microsoft.Playwright.1.*.nupkg;$(Build.ArtifactStagingDirectory)/nuget/Microsoft.Playwright.MSTest.1.*.nupkg;$(Build.ArtifactStagingDirectory)/nuget/Microsoft.Playwright.Xunit.1.*.nupkg;$(Build.ArtifactStagingDirectory)/nuget/Microsoft.Playwright. NUnit.1.*.nupkg;$(Build.ArtifactStagingDirectory)/nuget/Microsoft.Playwright.TestAdapter.1.*.nupkg
9293 packageParentPath : ' $(Build.ArtifactStagingDirectory)'
9394 nuGetFeedType : external
9495 publishFeedCredentials : ' NuGet-Playwright'
You can’t perform that action at this time.
0 commit comments