Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Apr 6, 2021
1 parent 68453a5 commit 50ba7ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ endif()
set(SCORE_VERSION_MAJOR 3)
set(SCORE_VERSION_MINOR 0)
set(SCORE_VERSION_PATCH 0)
set(SCORE_VERSION_EXTRA "a27")
set(SCORE_VERSION_EXTRA "a28")
set(SCORE_CODENAME "No freakin tokens")

set(SCORE_VERSION "${SCORE_VERSION_MAJOR}.${SCORE_VERSION_MINOR}.${SCORE_VERSION_PATCH}")
Expand Down
7 changes: 7 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,13 @@ stages:
source: 'current'
path: '$(System.DefaultWorkingDirectory)'

- bash: |
echo " ============================ "
ls '$(Build.ArtifactStagingDirectory)'
echo " ============================ "
ls '$(System.DefaultWorkingDirectory)'
echo " ============================ "
- task: GitHubRelease@1
inputs:
gitHubConnection: github.com_jcelerier
Expand Down

0 comments on commit 50ba7ea

Please sign in to comment.