Skip to content

Commit

Permalink
use full task names
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Jul 8, 2024
1 parent 4985a36 commit 4b38db5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .azure/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ stages:
- checkout: self
fetchDepth: 0

- task: gitversion/setup@1.0.0
- task: gittools.gittools.setup-gitversion-task.gitversion/setup@1
displayName: Install GitVersion
inputs:
versionSpec: '5.x'
includePrerelease: false

- task: gitversion/execute@1.0.0
- task: gittools.gittools.execute-gitversion-task.gitversion/execute@1
name: version_step # step id used as reference for output values
displayName: Use GitVersion
inputs:
Expand Down Expand Up @@ -55,13 +55,13 @@ stages:
- checkout: self
fetchDepth: 0

- task: gitversion/setup@1.0.0
- task: gittools.gittools.setup-gitversion-task.gitversion/setup@1
displayName: Install GitVersion
inputs:
versionSpec: '6.x'
includePrerelease: true

- task: gitversion/execute@1.0.0
- task: gittools.gittools.execute-gitversion-task.gitversion/execute@1
name: version_step # step id used as reference for output values
displayName: Use GitVersion
inputs:
Expand Down
4 changes: 2 additions & 2 deletions .azure/different-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ stages:
- checkout: self
fetchDepth: 0

- task: gitversion/setup@1.0.0
- task: gittools.gittools.setup-gitversion-task.gitversion/setup@1
displayName: Install GitVersion
inputs:
versionSpec: '5.x'
includePrerelease: false

- task: gitversion/execute@1.0.0
- task: gittools.gittools.execute-gitversion-task.gitversion/execute@1
name: version_step # step id used as reference for output values
displayName: Use GitVersion
inputs:
Expand Down
4 changes: 2 additions & 2 deletions .azure/same-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
- checkout: self
fetchDepth: 0

- task: gitversion/setup@1.0.0
- task: gittools.gittools.setup-gitversion-task.gitversion/setup@1
displayName: Install GitVersion
inputs:
versionSpec: '5.x'
includePrerelease: false

- task: gitversion/execute@1.0.0
- task: gittools.gittools.execute-gitversion-task.gitversion/execute@1
name: version_step # step id used as reference for output values
displayName: Use GitVersion
inputs:
Expand Down
4 changes: 2 additions & 2 deletions .azure/same-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ stages:
- checkout: self
fetchDepth: 0

- task: gitversion/setup@1.0.0
- task: gittools.gittools.setup-gitversion-task.gitversion/setup@1
displayName: Install GitVersion
inputs:
versionSpec: '5.x'
includePrerelease: false

- task: gitversion/execute@1.0.0
- task: gittools.gittools.execute-gitversion-task.gitversion/execute@1
name: version_step # step id used as reference for output values
displayName: Use GitVersion
inputs:
Expand Down

0 comments on commit 4b38db5

Please sign in to comment.