Skip to content

Commit 9893c21

Browse files
authored
Update test.yml
fix dotnet-format version to 6.0.243104 which is the last that supports netcoreapp3.1, the next v6.x supports only net6
1 parent 5b8542e commit 9893c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: ${{ startsWith(matrix.os, 'ubuntu') }}
6060
working-directory: src
6161
run: |
62-
dotnet tool install -g dotnet-format --version 6.0.* --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
62+
dotnet tool install -g dotnet-format --version 6.0.243104 --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
6363
dotnet format --check --fix-whitespace || (echo "Run 'dotnet format' to fix formatting issues" && exit 1)
6464
dotnet format --check -v diag --fix-style warn --fix-analyzers warn || (echo "Run 'dotnet format' to fix formatting issues" && exit 1)
6565
- name: Build solution [Release]

0 commit comments

Comments
 (0)