Skip to content

Commit

Permalink
chore: start publishing Microsoft.Playwright.Xunit (#3064)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Nov 25, 2024
1 parent a21de11 commit 95b2930
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .azure-pipelines/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ extends:
src/Playwright/Playwright.csproj;
src/Playwright.NUnit/Playwright.NUnit.csproj;
src/Playwright.MSTest/Playwright.MSTest.csproj;
src/Playwright.MSTest/Playwright.Xunit.csproj;
src/Playwright.TestAdapter/Playwright.TestAdapter.csproj;
packDirectory: '$(Build.ArtifactStagingDirectory)/nuget'
versioningScheme: 'off'
Expand All @@ -88,7 +89,7 @@ extends:
# The reason for the 1.* after the package name is that we know the end of the package name in order to not
# match with e.g. Microsoft.Playwright.CLI when we only want to match Microsoft.Playwright.
# Semicolon separated as per https://portal.microsofticm.com/imp/v5/incidents/details/467483180/summary
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
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
packageParentPath: '$(Build.ArtifactStagingDirectory)'
nuGetFeedType: external
publishFeedCredentials: 'NuGet-Playwright'
Expand Down

0 comments on commit 95b2930

Please sign in to comment.