Skip to content
Snippets Groups Projects
Commit 851c5d67 authored by Zach Hilman's avatar Zach Hilman
Browse files

ci: Update to use date as build number

parent 14248685
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ parameters: ...@@ -3,6 +3,7 @@ parameters:
cache: 'false' cache: 'false'
steps: steps:
- script: export CI=true && AZURE_REPO_NAME=yuzu-emu/yuzu-$(BuildName) && AZURE_REPO_TAG=$(BuildName)-$(Date:yyyy.MM.dd)
- task: DockerInstaller@0 - task: DockerInstaller@0
displayName: 'Prepare Environment' displayName: 'Prepare Environment'
inputs: inputs:
......
...@@ -3,7 +3,7 @@ steps: ...@@ -3,7 +3,7 @@ steps:
- task: GitHubRelease@0 - task: GitHubRelease@0
inputs: inputs:
action: 'create' action: 'create'
title: 'yuzu $(BuildName) #$(Build.BuildId)' title: 'yuzu $(BuildName) $(Date:yyyy.MM.dd)'
assets: '$(Build.ArtifactStagingDirectory)/*' assets: '$(Build.ArtifactStagingDirectory)/*'
gitHubConnection: $(GitHubReleaseConnectionName) gitHubConnection: $(GitHubReleaseConnectionName)
repositoryName: '$(Build.Repository.Name)' repositoryName: '$(Build.Repository.Name)'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment