Update ci-build.yaml for Azure Pipelines

pull/3338/head
Jamie 5 years ago
parent 4147a2a9cc
commit 43a14780af

@ -161,9 +161,9 @@ steps:
- task: GitHubRelease@1 - task: GitHubRelease@1
inputs: inputs:
gitHubConnection: 'github.com_tidusjar' gitHubConnection: 'github.com_tidusjar'
repositoryName: 'tidusjar/Ombi.Releases' repositoryName: 'dotnet-foundation/Home'
action: 'create' action: 'create'
target: '$(Build.SourceVersion)' target: 'c7fcbb77b58aef1076d635a9ef99e4374abc8672'
tagSource: 'gitTag' tagSource: 'gitTag'
tagPattern: 'v4.*' tagPattern: 'v4.*'
releaseNotesSource: 'inline' releaseNotesSource: 'inline'

Loading…
Cancel
Save