Skip to content

Commit

Permalink
Merge pull request #182 from NoxOrg/bugfix/project-group-name
Browse files Browse the repository at this point in the history
- added success to AzDevOpsAuthorizeServiceEndpoint_v1.cs
  • Loading branch information
jan-schutte authored Feb 16, 2024
2 parents fbca395 + 7547339 commit f003674
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ public async Task<IDictionary<string, object>> ProcessAsync(INoxWorkflowContext
{
var client = new PipelineClient(_server, _pat);
await client.AuthorizeEndpointPipeline(_projectId.Value, _endpointId.Value, _pipelineId!.Value);
ctx.SetState(ActionState.Success);
}
catch (Exception ex)
{
Expand Down

0 comments on commit f003674

Please sign in to comment.