ci: Update to use date as build number

This commit is contained in:
Zach Hilman 2019-09-22 17:23:47 -04:00
parent 14248685af
commit 851c5d67ae
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@ parameters:
cache: 'false'
steps:
- script: export CI=true && AZURE_REPO_NAME=yuzu-emu/yuzu-$(BuildName) && AZURE_REPO_TAG=$(BuildName)-$(Date:yyyy.MM.dd)
- task: DockerInstaller@0
displayName: 'Prepare Environment'
inputs:

View file

@ -3,7 +3,7 @@ steps:
- task: GitHubRelease@0
inputs:
action: 'create'
title: 'yuzu $(BuildName) #$(Build.BuildId)'
title: 'yuzu $(BuildName) $(Date:yyyy.MM.dd)'
assets: '$(Build.ArtifactStagingDirectory)/*'
gitHubConnection: $(GitHubReleaseConnectionName)
repositoryName: '$(Build.Repository.Name)'