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