Skip to content

Commit

Permalink
VIH-11210 Update GitVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
himesh99 committed Dec 6, 2024
1 parent f0cb446 commit 12d7c91
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions azure-pipelines.sds.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,16 @@ stages:

steps:
# inserts variables to help create unique test names
- task: gitversion/setup@0
- task: gitversion/setup@3.0.3
displayName: Install GitVersion
inputs:
versionSpec: "5.11.1"
versionSpec: "6.x"

- task: gitversion/execute@0
- task: gitversion/execute@3.0.3
displayName: Determine Version
inputs:
useConfigFile: true
configFilePath: '$(Build.SourcesDirectory)/GitVersion.yml'

- task: FileTransform@1
displayName: Transform App Settings
Expand Down
6 changes: 3 additions & 3 deletions pipelines/templates/run-ui-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,16 @@ steps:
displayName: Change User API client secrets to variables
# inserts variables to help create unique test names
- task: gitversion/setup@0
- task: gitversion/setup@3.0.3
displayName: Install GitVersion
inputs:
versionSpec: '6.x'

- task: gitversion/execute@0
- task: gitversion/execute@3.0.3
displayName: Determine Version
inputs:
useConfigFile: true
configFilePath: 'GitVersion.yml'
configFilePath: '$(Build.SourcesDirectory)/GitVersion.yml'

- task: UseDotNet@2
displayName: 'Install .NET Core SDK'
Expand Down

0 comments on commit 12d7c91

Please sign in to comment.