Skip to content

Commit

Permalink
please be the last ci commit
Browse files Browse the repository at this point in the history
  • Loading branch information
khang06 committed Nov 29, 2020
1 parent f79634e commit 67b988b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
Expand All @@ -32,5 +34,5 @@ steps:
gitHubConnection: github.com_khang06
repositoryName: khang06/PianoFromAbove
tagSource: manual
tag: $(Date:yyyyMMdd)
tag: $(Build.BuildNumber)
assets: $(Build.ArtifactStagingDirectory)/*.exe

0 comments on commit 67b988b

Please sign in to comment.