You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eng/publish/publish.yml
+69Lines changed: 69 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -278,4 +278,73 @@ extends:
278
278
nuGetFeedType: external
279
279
publishFeedCredentials: 'DurableTask org NuGet API Key'
280
280
packagesToPush: '$(System.DefaultWorkingDirectory)/drop/Microsoft.DurableTask.Worker.Grpc.*.nupkg;!$(System.DefaultWorkingDirectory)/**/*.symbols.nupkg'# Despite this being a custom command, we need to keep this for 1ES validation
281
+
packageParentPath: $(System.DefaultWorkingDirectory) # This needs to be set to some prefix of the `packagesToPush` parameter. Apparently it helps with SDL tooling
publishFeedCredentials: 'DurableTask org NuGet API Key'
303
+
packagesToPush: '$(System.DefaultWorkingDirectory)/drop/Microsoft.DurableTask.Client.AzureManaged.*.nupkg;!$(System.DefaultWorkingDirectory)/**/*.symbols.nupkg'# Despite this being a custom command, we need to keep this for 1ES validation
304
+
packageParentPath: $(System.DefaultWorkingDirectory) # This needs to be set to some prefix of the `packagesToPush` parameter. Apparently it helps with SDL tooling
publishFeedCredentials: 'DurableTask org NuGet API Key'
326
+
packagesToPush: '$(System.DefaultWorkingDirectory)/drop/Microsoft.DurableTask.Worker.AzureManaged.*.nupkg;!$(System.DefaultWorkingDirectory)/**/*.symbols.nupkg'# Despite this being a custom command, we need to keep this for 1ES validation
327
+
packageParentPath: $(System.DefaultWorkingDirectory) # This needs to be set to some prefix of the `packagesToPush` parameter. Apparently it helps with SDL tooling
publishFeedCredentials: 'DurableTask org NuGet API Key'
349
+
packagesToPush: '$(System.DefaultWorkingDirectory)/drop/Microsoft.DurableTask.ScheduledTasks.*.nupkg;!$(System.DefaultWorkingDirectory)/**/*.symbols.nupkg'# Despite this being a custom command, we need to keep this for 1ES validation
281
350
packageParentPath: $(System.DefaultWorkingDirectory) # This needs to be set to some prefix of the `packagesToPush` parameter. Apparently it helps with SDL tooling
0 commit comments