File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,12 @@ jobs:
5555 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
5656 shell : pwsh
5757 run : |
58- dotnet sonarscanner begin `
58+ dotnet- sonarscanner begin `
5959 /k:"atc-azure-messaging" `
6060 /o:"atc-net" `
6161 /d:sonar.login="${{ secrets.SONAR_TOKEN }}" `
6262 /d:sonar.host.url="https://sonarcloud.io" `
63- /d:sonar.cs.vstest.reportsPaths=./test/**/*.trx `
64- /d:sonar.cs.vscoveragexml.reportsPaths=./test/**/*.coveragexml
63+ /d:sonar.cs.vscoveragexml.reportsPaths=**/*.coveragexml
6564
6665 - name : 🛠️ Build
6766 run : dotnet build -c Release --no-restore /p:UseSourceLink=true
8180 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
8281 shell : pwsh
8382 run : |
84- dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
83+ dotnet- sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
8584
8685 - name : ⏩ Merge to stable-branch
8786 run : |
You can’t perform that action at this time.
0 commit comments