-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
640d40e
commit 61f692f
Showing
7 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,13 +18,13 @@ stages: | |
- checkout: self | ||
fetchDepth: 0 | ||
|
||
- task: gittools.gittools.setup-gitversion-task.gitversion/[email protected].2 | ||
- task: gittools.gittools.setup-gitversion-task.gitversion/[email protected].3 | ||
displayName: Install GitVersion | ||
inputs: | ||
versionSpec: '5.x' | ||
includePrerelease: false | ||
|
||
- task: gittools.gittools.execute-gitversion-task.gitversion/[email protected].2 | ||
- task: gittools.gittools.execute-gitversion-task.gitversion/[email protected].3 | ||
name: version_step # step id used as reference for output values | ||
displayName: Use GitVersion | ||
inputs: | ||
|
@@ -55,13 +55,13 @@ stages: | |
- checkout: self | ||
fetchDepth: 0 | ||
|
||
- task: gittools.gittools.setup-gitversion-task.gitversion/[email protected].2 | ||
- task: gittools.gittools.setup-gitversion-task.gitversion/[email protected].3 | ||
displayName: Install GitVersion | ||
inputs: | ||
versionSpec: '6.x' | ||
includePrerelease: true | ||
|
||
- task: gittools.gittools.execute-gitversion-task.gitversion/[email protected].2 | ||
- task: gittools.gittools.execute-gitversion-task.gitversion/[email protected].3 | ||
name: version_step # step id used as reference for output values | ||
displayName: Use GitVersion | ||
inputs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,13 +10,13 @@ stages: | |
- checkout: self | ||
fetchDepth: 0 | ||
|
||
- task: gittools.gittools.setup-gitversion-task.gitversion/[email protected].2 | ||
- task: gittools.gittools.setup-gitversion-task.gitversion/[email protected].3 | ||
displayName: Install GitVersion | ||
inputs: | ||
versionSpec: '6.x' | ||
includePrerelease: false | ||
|
||
- task: gittools.gittools.execute-gitversion-task.gitversion/[email protected].2 | ||
- task: gittools.gittools.execute-gitversion-task.gitversion/[email protected].3 | ||
name: version_step # step id used as reference for output values | ||
displayName: Use GitVersion | ||
inputs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,13 +15,13 @@ jobs: | |
- checkout: self | ||
fetchDepth: 0 | ||
|
||
- task: gittools.gittools.setup-gitversion-task.gitversion/[email protected].2 | ||
- task: gittools.gittools.setup-gitversion-task.gitversion/[email protected].3 | ||
displayName: Install GitVersion | ||
inputs: | ||
versionSpec: '6.x' | ||
includePrerelease: false | ||
|
||
- task: gittools.gittools.execute-gitversion-task.gitversion/[email protected].2 | ||
- task: gittools.gittools.execute-gitversion-task.gitversion/[email protected].3 | ||
name: version_step # step id used as reference for output values | ||
displayName: Use GitVersion | ||
inputs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,13 +10,13 @@ stages: | |
- checkout: self | ||
fetchDepth: 0 | ||
|
||
- task: gittools.gittools.setup-gitversion-task.gitversion/[email protected].2 | ||
- task: gittools.gittools.setup-gitversion-task.gitversion/[email protected].3 | ||
displayName: Install GitVersion | ||
inputs: | ||
versionSpec: '6.x' | ||
includePrerelease: false | ||
|
||
- task: gittools.gittools.execute-gitversion-task.gitversion/[email protected].2 | ||
- task: gittools.gittools.execute-gitversion-task.gitversion/[email protected].3 | ||
name: version_step # step id used as reference for output values | ||
displayName: Use GitVersion | ||
inputs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,12 +13,12 @@ jobs: | |
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
- uses: gittools/actions/gitversion/[email protected].2 | ||
- uses: gittools/actions/gitversion/[email protected].3 | ||
name: Install GitVersion | ||
with: | ||
versionSpec: '5.x' | ||
includePrerelease: false | ||
- uses: gittools/actions/gitversion/[email protected].2 | ||
- uses: gittools/actions/gitversion/[email protected].3 | ||
name: Use GitVersion | ||
with: | ||
useConfigFile: true | ||
|
@@ -43,12 +43,12 @@ jobs: | |
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
- uses: gittools/actions/gitversion/[email protected].2 | ||
- uses: gittools/actions/gitversion/[email protected].3 | ||
name: Install GitVersion | ||
with: | ||
versionSpec: '6.x' | ||
includePrerelease: true | ||
- uses: gittools/actions/gitversion/[email protected].2 | ||
- uses: gittools/actions/gitversion/[email protected].3 | ||
name: Use GitVersion | ||
with: | ||
useConfigFile: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,12 +23,12 @@ jobs: | |
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
- uses: gittools/actions/gitversion/[email protected].2 | ||
- uses: gittools/actions/gitversion/[email protected].3 | ||
name: Install GitVersion | ||
with: | ||
versionSpec: '6.x' | ||
includePrerelease: false | ||
- uses: gittools/actions/gitversion/[email protected].2 | ||
- uses: gittools/actions/gitversion/[email protected].3 | ||
name: Use GitVersion | ||
with: | ||
useConfigFile: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,12 +13,12 @@ jobs: | |
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
- uses: gittools/actions/gitversion/[email protected].2 | ||
- uses: gittools/actions/gitversion/[email protected].3 | ||
name: Install GitVersion | ||
with: | ||
versionSpec: '6.x' | ||
includePrerelease: false | ||
- uses: gittools/actions/gitversion/[email protected].2 | ||
- uses: gittools/actions/gitversion/[email protected].3 | ||
name: Use GitVersion | ||
with: | ||
useConfigFile: true | ||
|