File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
- name : Install GitVersion
27
27
uses :
gittools/actions/gitversion/[email protected]
28
28
with :
29
- versionSpec : ' 6.x '
29
+ versionSpec : ' 6.0.5 '
30
30
31
31
- name : Determine Version
32
32
id : gitversion
83
83
- name : Install GitVersion
84
84
uses :
gittools/actions/gitversion/[email protected]
85
85
with :
86
- versionSpec : ' 6.x '
86
+ versionSpec : ' 6.0.5 '
87
87
88
88
- name : Determine Version
89
89
id : gitversion
@@ -101,4 +101,4 @@ jobs:
101
101
dotnet restore "${{ env.solution-path }}"
102
102
dotnet build "${{ env.solution-path }}" --no-restore --configuration Release -p:version=${{ steps.gitversion.outputs.majorMinorPatch }}
103
103
dotnet test "${{ env.solution-path }}" --no-build --configuration Release --collect "XPlat Code Coverage" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover --logger "trx;LogFileName=unittests.trx"
104
- .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
104
+ .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
You can’t perform that action at this time.
0 commit comments