Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,8 @@ public async Task<Build> RunSDKGenerationPipelineAsync(string branchRef, string
{ "ConfigPath", $"{typespecProjectRoot}/tspconfig.yaml" },
{ "ApiVersion", apiVersion },
{ "SdkReleaseType", sdkReleaseType },
{ "CreatePullRequest", "true" }
{ "CreatePullRequest", "true" },
{ "ReleasePlanWorkItemId", $"{workItemId}"}
Comment thread
praveenkuttappan marked this conversation as resolved.
};
var build = await RunPipelineAsync(pipelineDefinitionId, templateParams, branchRef);
var pipelineRunUrl = GetPipelineUrl(build.Id);
Expand Down
Loading