We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42dac9 commit 40a7bf9Copy full SHA for 40a7bf9
azure-pipelines.yml
@@ -44,7 +44,7 @@ stages:
44
displayName: Create GitHub releaes
45
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
46
inputs:
47
- gitHubConnection: 'Github Capgemini'
+ gitHubConnection: 'github.com_tdashworth'
48
repositoryName: '$(Build.Repository.Name)'
49
action: 'create'
50
target: '$(Build.SourceVersion)'
@@ -53,4 +53,4 @@ stages:
53
releaseNotesSource: 'inline'
54
assets: '$(Pipeline.Workspace)/Capgemini.PowerApps.PackageDeployerTemplate/*'
55
changeLogCompareToRelease: 'lastNonDraftRelease'
56
- changeLogType: commitBased
+ changeLogType: 'commitBased'
0 commit comments