Skip to content

Commit 6615c90

Browse files
rever sonar pipeline, is necessary wait to sonar fix .net 6 version using sonarscanner
1 parent 97586a5 commit 6615c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
shell: pwsh
6161
run: |
6262
New-Item -Path .\.sonar\scanner -ItemType Directory
63-
dotnet tool install --global dotnet-sonarscanner --tool-path .\.sonar\scanner
63+
dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner
6464
6565
- name: Build and analyze
6666
env:

0 commit comments

Comments
 (0)