From 67b988bd0abe1b96f015d7ab3b5add9c5ebba75b Mon Sep 17 00:00:00 2001 From: Khang Date: Sat, 28 Nov 2020 21:33:31 -0500 Subject: [PATCH] please be the last ci commit --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 79aee31..fa93b84 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,6 +9,8 @@ variables: buildPlatform: 'x64' buildConfiguration: 'Release' +name: pfavizkhang_$(Date:yyyyMMdd)$(Rev:.r) + steps: - powershell: .\install-dxsdk.ps1 displayName: 'Install DirectX SDK (June 2010)' @@ -32,5 +34,5 @@ steps: gitHubConnection: github.com_khang06 repositoryName: khang06/PianoFromAbove tagSource: manual - tag: $(Date:yyyyMMdd) + tag: $(Build.BuildNumber) assets: $(Build.ArtifactStagingDirectory)/*.exe \ No newline at end of file