Skip to content

Commit 95b2930

Browse files
authored
chore: start publishing Microsoft.Playwright.Xunit (#3064)
1 parent a21de11 commit 95b2930

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.azure-pipelines/publish.yml

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

0 commit comments

Comments
 (0)