File tree Expand file tree Collapse file tree 7 files changed +16
-16
lines changed
Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ stages:
2020 - checkout : self
2121 fetchDepth : 0
2222
23- - task : gittools.gittools.setup-gitversion-task.gitversion-setup@4.1 .0
23+ - task : gittools.gittools.setup-gitversion-task.gitversion-setup@4.2 .0
2424 displayName : Install GitVersion
2525 inputs :
2626 versionSpec : ' 6.x'
2727 includePrerelease : true
2828
29- - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.1 .0
29+ - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.2 .0
3030 name : version_step # step id used as a reference for output values
3131 displayName : Use GitVersion
3232 inputs :
@@ -57,13 +57,13 @@ stages:
5757 - checkout : self
5858 fetchDepth : 0
5959
60- - task : gittools.gittools.setup-gitversion-task.gitversion-setup@4.1 .0
60+ - task : gittools.gittools.setup-gitversion-task.gitversion-setup@4.2 .0
6161 displayName : Install GitVersion
6262 inputs :
6363 versionSpec : ' 6.x'
6464 includePrerelease : true
6565
66- - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.1 .0
66+ - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.2 .0
6767 name : version_step # step id used as a reference for output values
6868 displayName : Use GitVersion
6969 inputs :
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ stages:
1212 - checkout : self
1313 fetchDepth : 0
1414
15- - task : gittools.gittools.setup-gitversion-task.gitversion-setup@4.1 .0
15+ - task : gittools.gittools.setup-gitversion-task.gitversion-setup@4.2 .0
1616 displayName : Install GitVersion
1717 inputs :
1818 versionSpec : ' 6.x'
1919 includePrerelease : false
2020
21- - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.1 .0
21+ - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.2 .0
2222 name : version_step # step id used as a reference for output values
2323 displayName : Use GitVersion
2424 inputs :
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
1717 - checkout : self
1818 fetchDepth : 0
1919
20- - task : gittools.gittools.setup-gitversion-task.gitversion-setup@4.1 .0
20+ - task : gittools.gittools.setup-gitversion-task.gitversion-setup@4.2 .0
2121 displayName : Install GitVersion
2222 inputs :
2323 versionSpec : ' 6.x'
2424 includePrerelease : false
2525
26- - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.1 .0
26+ - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.2 .0
2727 name : version_step # step id used as a reference for output values
2828 displayName : Use GitVersion
2929 inputs :
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ stages:
1212 - checkout : self
1313 fetchDepth : 0
1414
15- - task : gittools.gittools.setup-gitversion-task.gitversion-setup@4.1 .0
15+ - task : gittools.gittools.setup-gitversion-task.gitversion-setup@4.2 .0
1616 displayName : Install GitVersion
1717 inputs :
1818 versionSpec : ' 6.x'
1919 includePrerelease : false
2020
21- - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.1 .0
21+ - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.2 .0
2222 name : version_step # step id used as a reference for output values
2323 displayName : Use GitVersion
2424 inputs :
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 - uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0
16- - uses : gittools/actions/gitversion/setup@v4.1 .0
16+ - uses : gittools/actions/gitversion/setup@v4.2 .0
1717 name : Install GitVersion
1818 with :
1919 versionSpec : ' 6.x'
2020 includePrerelease : true
21- - uses : gittools/actions/gitversion/execute@v4.1 .0
21+ - uses : gittools/actions/gitversion/execute@v4.2 .0
2222 name : Use GitVersion
2323 with :
2424 configFilePath : ' GitVersion_v6.yml'
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 - uses : actions/checkout@v5
2424 with :
2525 fetch-depth : 0
26- - uses : gittools/actions/gitversion/setup@v4.1 .0
26+ - uses : gittools/actions/gitversion/setup@v4.2 .0
2727 name : Install GitVersion
2828 with :
2929 versionSpec : ' 6.x'
3030 includePrerelease : false
31- - uses : gittools/actions/gitversion/execute@v4.1 .0
31+ - uses : gittools/actions/gitversion/execute@v4.2 .0
3232 name : Use GitVersion
3333 with :
3434 configFilePath : ' GitVersion_v6.yml'
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 - uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0
16- - uses : gittools/actions/gitversion/setup@v4.1 .0
16+ - uses : gittools/actions/gitversion/setup@v4.2 .0
1717 name : Install GitVersion
1818 with :
1919 versionSpec : ' 6.x'
2020 includePrerelease : false
21- - uses : gittools/actions/gitversion/execute@v4.1 .0
21+ - uses : gittools/actions/gitversion/execute@v4.2 .0
2222 name : Use GitVersion
2323 with :
2424 configFilePath : ' GitVersion_v6.yml'
You can’t perform that action at this time.
0 commit comments