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 2626 - name : Install GitVersion
2727 uses : gittools/actions/gitversion/setup@v3.1.1
2828 with :
29- versionSpec : ' 6.x '
29+ versionSpec : ' 6.0.5 '
3030
3131 - name : Determine Version
3232 id : gitversion
8383 - name : Install GitVersion
8484 uses : gittools/actions/gitversion/setup@v3.1.1
8585 with :
86- versionSpec : ' 6.x '
86+ versionSpec : ' 6.0.5 '
8787
8888 - name : Determine Version
8989 id : gitversion
@@ -101,4 +101,4 @@ jobs:
101101 dotnet restore "${{ env.solution-path }}"
102102 dotnet build "${{ env.solution-path }}" --no-restore --configuration Release -p:version=${{ steps.gitversion.outputs.majorMinorPatch }}
103103 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