Skip to content

Commit a139601

Browse files
Update ci-build.yml
1 parent 25416e7 commit a139601

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install GitVersion
2727
uses: gittools/actions/gitversion/[email protected]
2828
with:
29-
versionSpec: '6.x'
29+
versionSpec: '6.0.5'
3030

3131
- name: Determine Version
3232
id: gitversion
@@ -79,7 +79,7 @@ jobs:
7979
- name: Install GitVersion
8080
uses: gittools/actions/gitversion/[email protected]
8181
with:
82-
versionSpec: '6.x'
82+
versionSpec: '6.0.5'
8383

8484
- name: Determine Version
8585
id: gitversion
@@ -97,4 +97,4 @@ jobs:
9797
dotnet restore "${{ env.solution-path }}"
9898
dotnet build "${{ env.solution-path }}" --no-restore --configuration Release -p:version=${{ steps.gitversion.outputs.majorMinorPatch }}
9999
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 }}"

0 commit comments

Comments
 (0)