File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -179,8 +179,6 @@ jobs:
179179 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
180180 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
181181 shell : powershell
182- env :
183- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
184182 run : |
185183 .\.sonar\scanner\dotnet-sonarscanner begin /k:"abhinavminhas_QueryDB" /o:"abhinavminhas" /d:sonar.token="$SONAR_TOKEN" /d:sonar.host.url="https://sonarcloud.io"
186184 dotnet build
Original file line number Diff line number Diff line change 3939 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4040 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
4141 shell : powershell
42- env :
43- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
4442 run : |
4543 .\.sonar\scanner\dotnet-sonarscanner begin /k:"abhinavminhas_QueryDB" /o:"abhinavminhas" /d:sonar.token="$SONAR_TOKEN" /d:sonar.host.url="https://sonarcloud.io"
4644 dotnet build
You can’t perform that action at this time.
0 commit comments