diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index d80ab8e..8742404 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "jetbrains.resharper.globaltools": { - "version": "2023.3.4", + "version": "2024.1.0", "commands": [ "jb" ] diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a21606..1a30dc4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: run: dotnet test --no-build --verbosity normal - name: Run InspectCode - run: dotnet jb inspectcode --no-build --swea --severity=SUGGESTION --output=inspectcode.xml *.sln + run: dotnet jb inspectcode --no-build --swea --severity=SUGGESTION --format="xml" --output=inspectcode.xml *.sln - name: Run NVika run: dotnet nvika parsereport "inspectcode.xml" \ No newline at end of file