Skip to content

Commit

Permalink
changed git version task
Browse files Browse the repository at this point in the history
  • Loading branch information
eugstman committed Nov 30, 2021
1 parent 0281ef2 commit e3339c6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 6 additions & 3 deletions build/integration_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@ variables:

steps:

- task: GitVersion@5
- task: gitversion/setup@0
inputs:
versionSpec: '5.x'

- task: gitversion/execute@0
inputs:
runtime: 'core'
configFilePath: 'build/GitVersion.yml'
updateAssemblyInfo: true
updateAssemblyInfoFilename: 'build/GitVersion.yml'


- script: echo %Action%%BuildVersion%
Expand Down
9 changes: 6 additions & 3 deletions build/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@ variables:

steps:

- task: GitVersion@5
- task: gitversion/setup@0
inputs:
versionSpec: '5.x'

- task: gitversion/execute@0
inputs:
runtime: 'core'
configFilePath: 'build/GitVersion.yml'
updateAssemblyInfo: true
updateAssemblyInfoFilename: 'build/GitVersion.yml'

- script: echo %Action%%BuildVersion%
displayName: 'Set build version'
Expand Down

0 comments on commit e3339c6

Please sign in to comment.