Skip to content

Commit dded9b9

Browse files
Update ci-build.yml
1 parent 1bb20c6 commit dded9b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-build.yml

Lines changed: 3 additions & 3 deletions
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
@@ -83,7 +83,7 @@ jobs:
8383
- name: Install GitVersion
8484
uses: gittools/actions/gitversion/[email protected]
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 }}"

0 commit comments

Comments
 (0)