Skip to content

Commit 67c942a

Browse files
authored
Update .azure-pipelines/publish.yml
1 parent abddf26 commit 67c942a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.azure-pipelines/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ extends:
8080
useDotNetTask: false
8181
# The reason for the 1.* after the package name is that we know the end of the package name in order to not
8282
# match with e.g. Microsoft.Playwright.CLI when we only want to match Microsoft.Playwright.
83+
# Semicolon separated as per https://portal.microsofticm.com/imp/v5/incidents/details/467483180/summary
8384
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
8485
packageParentPath: '$(Build.ArtifactStagingDirectory)'
8586
nuGetFeedType: external

0 commit comments

Comments
 (0)