Skip to content

Commit

Permalink
use version 0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Mar 6, 2024
1 parent 95d8faa commit 5db8c39
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 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/[email protected].2
- task: gitversion/[email protected].4
displayName: Install GitVersion
inputs:
versionSpec: '5.x'
includePrerelease: false

- task: gitversion/[email protected].2
- task: gitversion/[email protected].4
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/[email protected].2
- task: gitversion/[email protected].4
displayName: Install GitVersion
inputs:
versionSpec: '6.x'
includePrerelease: true

- task: gitversion/[email protected].2
- task: gitversion/[email protected].4
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/[email protected].2
- task: gitversion/[email protected].4
displayName: Install GitVersion
inputs:
versionSpec: '5.x'
includePrerelease: false

- task: gitversion/[email protected].2
- task: gitversion/[email protected].4
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/[email protected].2
- task: gitversion/[email protected].4
displayName: Install GitVersion
inputs:
versionSpec: '5.x'
includePrerelease: false

- task: gitversion/[email protected].2
- task: gitversion/[email protected].4
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/[email protected].2
- task: gitversion/[email protected].4
displayName: Install GitVersion
inputs:
versionSpec: '5.x'
includePrerelease: false

- task: gitversion/[email protected].2
- task: gitversion/[email protected].4
name: version_step # step id used as reference for output values
displayName: Use GitVersion
inputs:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
- name: Fetch all history for all tags and branches
run: |
git fetch --prune --unshallow
- uses: gittools/actions/gitversion/[email protected].2
- uses: gittools/actions/gitversion/[email protected].4
name: Install GitVersion
with:
versionSpec: '5.x'
includePrerelease: false
- uses: gittools/actions/gitversion/[email protected].2
- uses: gittools/actions/gitversion/[email protected].4
name: Use GitVersion
with:
useConfigFile: true
Expand All @@ -45,12 +45,12 @@ jobs:
- name: Fetch all history for all tags and branches
run: |
git fetch --prune --unshallow
- uses: gittools/actions/gitversion/[email protected].2
- uses: gittools/actions/gitversion/[email protected].4
name: Install GitVersion
with:
versionSpec: '6.x'
includePrerelease: true
- uses: gittools/actions/gitversion/[email protected].2
- uses: gittools/actions/gitversion/[email protected].4
name: Use GitVersion
with:
useConfigFile: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/different-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
- name: Fetch all history for all tags and branches
run: |
git fetch --prune --unshallow
- uses: gittools/actions/gitversion/[email protected].2
- uses: gittools/actions/gitversion/[email protected].4
name: Install GitVersion
with:
versionSpec: '5.x'
includePrerelease: false
- uses: gittools/actions/gitversion/[email protected].2
- uses: gittools/actions/gitversion/[email protected].4
name: Use GitVersion
with:
useConfigFile: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/same-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
- name: Fetch all history for all tags and branches
run: |
git fetch --prune --unshallow
- uses: gittools/actions/gitversion/[email protected].2
- uses: gittools/actions/gitversion/[email protected].4
name: Install GitVersion
with:
versionSpec: '5.x'
includePrerelease: false
- uses: gittools/actions/gitversion/[email protected].2
- uses: gittools/actions/gitversion/[email protected].4
name: Use GitVersion
with:
useConfigFile: true
Expand Down

0 comments on commit 5db8c39

Please sign in to comment.