Skip to content

Commit 97586a5

Browse files
try to use .net 6 in sonar pipeline
1 parent 393f7d9 commit 97586a5

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 update dotnet-sonarscanner --tool-path .\.sonar\scanner
63+
dotnet tool install --global dotnet-sonarscanner --tool-path .\.sonar\scanner
6464
6565
- name: Build and analyze
6666
env:

0 commit comments

Comments
 (0)