From d05d5abe2c18fc8cd17ecc144be4ffd7d222b73e Mon Sep 17 00:00:00 2001 From: Guy Acosta <47648296+guyacosta@users.noreply.github.com> Date: Mon, 21 Sep 2020 01:02:13 -0600 Subject: [PATCH] Update core-pipeline.yml for Azure Pipelines (#294) Changing connection to better reflect primary dev pushes. --- Pipelines/core-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipelines/core-pipeline.yml b/Pipelines/core-pipeline.yml index fd68908..310746d 100644 --- a/Pipelines/core-pipeline.yml +++ b/Pipelines/core-pipeline.yml @@ -338,7 +338,7 @@ stages: - task: GitHubRelease@1 displayName: Release to GitHub inputs: - gitHubConnection: 'AppInspector' + gitHubConnection: 'github.com_guyacosta' repositoryName: 'microsoft/ApplicationInspector' action: 'create' target: '$(Build.SourceVersion)'