|
|
|
@ -31,12 +31,12 @@ jobs:
|
|
|
|
|
dotnet-version: ${{ env.dotnetVersion }}
|
|
|
|
|
|
|
|
|
|
- name: Install GitVersion
|
|
|
|
|
uses: gittools/actions/gitversion/setup@v0.9.7
|
|
|
|
|
uses: gittools/actions/gitversion/setup@v0
|
|
|
|
|
with:
|
|
|
|
|
versionSpec: 5.x
|
|
|
|
|
|
|
|
|
|
- name: Determine Version
|
|
|
|
|
uses: gittools/actions/gitversion/execute@v0.9.7
|
|
|
|
|
uses: gittools/actions/gitversion/execute@v0
|
|
|
|
|
id: gitversion
|
|
|
|
|
|
|
|
|
|
- name: Install Sonar Scanner
|
|
|
|
|