Skip to content

Commit c58c6d4

Browse files
committed
devops: try to fix publishing
1 parent d7922c6 commit c58c6d4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.azure-pipelines/publish.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ extends:
4444
inputs:
4545
packageType: sdk
4646
version: 8.x
47-
- task: MicroBuildSigningPlugin@3
47+
- task: MicroBuildSigningPlugin@4
4848
inputs:
4949
signType: real
5050
feedSource: 'https://devdiv.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json'
@@ -80,11 +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-
packagesToPush: |
84-
$(Build.ArtifactStagingDirectory)/nuget/Microsoft.Playwright.1.*.nupkg;
85-
$(Build.ArtifactStagingDirectory)/nuget/Microsoft.Playwright.MSTest.1.*.nupkg;
86-
$(Build.ArtifactStagingDirectory)/nuget/Microsoft.Playwright.NUnit.1.*.nupkg;
87-
$(Build.ArtifactStagingDirectory)/nuget/Microsoft.Playwright.TestAdapter.1.*.nupkg;
83+
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
8884
packageParentPath: '$(Build.ArtifactStagingDirectory)'
8985
nuGetFeedType: external
9086
publishFeedCredentials: 'NuGet-Playwright'

0 commit comments

Comments
 (0)