File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
24
24
dotnet-version : 6.0.x
25
25
26
26
- name : Install GitVersion
27
- uses : gittools/actions/gitversion/setup@v3.0 .1
27
+ uses : gittools/actions/gitversion/setup@v3.1 .1
28
28
with :
29
- versionSpec : ' 6.x '
29
+ versionSpec : ' 6.0.5 '
30
30
31
31
- name : Determine Version
32
32
id : gitversion
33
- uses : gittools/actions/gitversion/execute@v3.0 .1
33
+ uses : gittools/actions/gitversion/execute@v3.1 .1
34
34
with :
35
35
useConfigFile : true
36
36
@@ -77,13 +77,13 @@ jobs:
77
77
dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner
78
78
79
79
- name : Install GitVersion
80
- uses : gittools/actions/gitversion/setup@v3.0 .1
80
+ uses : gittools/actions/gitversion/setup@v3.1 .1
81
81
with :
82
- versionSpec : ' 6.x '
82
+ versionSpec : ' 6.0.5 '
83
83
84
84
- name : Determine Version
85
85
id : gitversion
86
- uses : gittools/actions/gitversion/execute@v3.0 .1
86
+ uses : gittools/actions/gitversion/execute@v3.1 .1
87
87
with :
88
88
useConfigFile : true
89
89
97
97
dotnet restore "${{ env.solution-path }}"
98
98
dotnet build "${{ env.solution-path }}" --no-restore --configuration Release -p:version=${{ steps.gitversion.outputs.majorMinorPatch }}
99
99
dotnet test "${{ env.solution-path }}" --no-build --configuration Release --collect "XPlat Code Coverage" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover --logger "trx;LogFileName=unittests.trx"
100
- .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
100
+ .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
23
23
dotnet-version : 6.0.x
24
24
25
25
- name : Install GitVersion
26
- uses : gittools/actions/gitversion/setup@v3.0 .1
26
+ uses : gittools/actions/gitversion/setup@v3.1 .1
27
27
with :
28
- versionSpec : ' 6.x '
28
+ versionSpec : ' 6.0.5 '
29
29
30
30
- name : Determine Version
31
31
id : gitversion
32
- uses : gittools/actions/gitversion/execute@v3.0 .1
32
+ uses : gittools/actions/gitversion/execute@v3.1 .1
33
33
with :
34
34
useConfigFile : true
35
35
You can’t perform that action at this time.
0 commit comments