File tree 1 file changed +2
-11
lines changed
1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -65,12 +65,7 @@ extends:
65
65
displayName : Pack Playwright NuGet Packages
66
66
inputs :
67
67
command : ' pack'
68
- packagesToPack : |
69
- src/Playwright.CLI/Playwright.CLI.csproj;
70
- src/Playwright/Playwright.csproj;
71
- src/Playwright.NUnit/Playwright.NUnit.csproj;
72
- src/Playwright.MSTest/Playwright.MSTest.csproj;
73
- src/Playwright.TestAdapter/Playwright.TestAdapter.csproj;
68
+ packagesToPack : src/Playwright.CLI/Playwright.CLI.csproj src/Playwright/Playwright.csproj src/Playwright.NUnit/Playwright.NUnit.csproj src/Playwright.MSTest/Playwright.MSTest.csproj src/Playwright.TestAdapter/Playwright.TestAdapter.csproj
74
69
packDirectory : ' $(Build.ArtifactStagingDirectory)/nuget'
75
70
versioningScheme : ' off'
76
71
- task : 1ES.PublishNuget@1
@@ -80,11 +75,7 @@ extends:
80
75
useDotNetTask : false
81
76
# The reason for the 1.* after the package name is that we know the end of the package name in order to not
82
77
# 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;
78
+ 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
79
packageParentPath : ' $(Build.ArtifactStagingDirectory)'
89
80
nuGetFeedType : external
90
81
publishFeedCredentials : ' NuGet-Playwright'
You can’t perform that action at this time.
0 commit comments