File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 2626 - name : Install GitVersion
2727 uses : gittools/actions/gitversion/setup@v3.0.2
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.0.2
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 }}"
Original file line number Diff line number Diff line change 2525 - name : Install GitVersion
2626 uses : gittools/actions/gitversion/setup@v3.0.2
2727 with :
28- versionSpec : ' 6.x '
28+ versionSpec : ' 6.0.5 '
2929
3030 - name : Determine Version
3131 id : gitversion
Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ branches:
88 prevent-increment :
99 when-current-commit-tagged : true
1010 source-branches : []
11+ hotfix :
12+ regex : hotfix[/-]
13+ source-branches : [develop]
14+ prevent-increment :
15+ when-current-commit-tagged : true
16+ is-release-branch : true
1117 pull-request :
1218 regex : (pull|pull\-requests|pr)[/-]
1319 label : ' pr'
You can’t perform that action at this time.
0 commit comments