Skip to content

Commit

Permalink
Merge pull request #2139 from microsoft/main
Browse files Browse the repository at this point in the history
Test Release 2
  • Loading branch information
bill-long authored Jul 15, 2024
2 parents b14629b + 14c0d65 commit b1de6d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipeline-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ extends:
displayName: 'Create GitHub Release - Draft'
condition: and(succeeded(), ne (variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/release'))
inputs:
gitHubConnection: 'GitHub Release'
gitHubConnection: 'github.com_bill-long'
repositoryName: microsoft/CSS-Exchange
action: create
tagSource: manual
Expand All @@ -71,7 +71,7 @@ extends:
displayName: 'Publish GitHub Release'
condition: and(succeeded(), ne (variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/release'))
inputs:
gitHubConnection: 'GitHub Release'
gitHubConnection: 'github.com_bill-long'
repositoryName: microsoft/CSS-Exchange
action: edit
tagSource: manual
Expand Down

0 comments on commit b1de6d6

Please sign in to comment.