Skip to content

Commit 8f45e0b

Browse files
committed
fix pipline
1 parent daa1993 commit 8f45e0b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/dotnet.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ jobs:
4141
- name: List coverage files
4242
run: ls '${{ github.workspace }}/coverage/'
4343

44-
- name: SonarCloud Scan
45-
uses: sonarsource/sonarcloud-github-action@master
46-
with:
47-
args: >
48-
-Dsonar.organization=managedcode
49-
-Dsonar.projectKey=managedcode_Communication
50-
-Dsonar.token=${{ secrets.SONAR_TOKEN }}
51-
-Dsonar.cs.opencover.reportsPaths=${{ github.workspace }}/coverage/
52-
env:
53-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
44+
# - name: SonarCloud Scan
45+
# uses: sonarsource/sonarcloud-github-action@master
46+
# with:
47+
# args: >
48+
# -Dsonar.organization=managedcode
49+
# -Dsonar.projectKey=managedcode_Communication
50+
# -Dsonar.token=${{ secrets.SONAR_TOKEN }}
51+
# -Dsonar.cs.opencover.reportsPaths=${{ github.workspace }}/coverage/
52+
# env:
53+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54+
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5555

5656
- name: Upload coverage reports to Codecov
5757
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)