File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -80,11 +80,7 @@ extends:
80
80
useDotNetTask : false
81
81
# The reason for the 1.* after the package name is that we know the end of the package name in order to not
82
82
# 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
88
84
packageParentPath : ' $(Build.ArtifactStagingDirectory)'
89
85
nuGetFeedType : external
90
86
publishFeedCredentials : ' NuGet-Playwright'
You can’t perform that action at this time.
0 commit comments