This commit is contained in:
Qther 2020-01-19 00:19:45 +08:00 committed by GitHub
parent a6a348cf98
commit bbc00191ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 27 deletions

View File

@ -1,27 +0,0 @@
trigger:
- feature/master
pool:
vmImage: 'windows-latest'
steps:
- task: CmdLine@2
inputs:
script: |
gradlew build
- task: GitHubRelease@1
inputs:
gitHubConnection: 'PAT'
repositoryName: 'Vonr/KamiBlueBuilds'
action: 'create'
target: '$(Build.SourceVersion)'
tagSource: 'userSpecifiedTag'
tag: 'beta$(Build.BuildId)'
title: 'Kami Blue beta$(Build.BuildId)'
releaseNotesSource: 'inline'
releaseNotesInline: 'beta build'
assets: './build/libs/*.jar'
isPreRelease: true
changeLogCompareToRelease: 'lastNonDraftRelease'
changeLogType: 'commitBased'