File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 shell : powershell
4444 run : |
4545 dotnet tool install --global dotnet-coverage --version 17.6.4
46- ${{ runner.temp }}\scanner\dotnet-sonarscanner begin /k:"chrdek_QueryablDataCalc" /o:"chrdek" /d:sonar.token ="${{ secrets. SONAR_TOKEN }} " /d:sonar.host.url="https://sonarcloud.io"
47- dotnet restore .\ Queryabl.sln
48- dotnet build .\Queryabl\Queryabl .csproj /t:Rebuild /p:Configuration=Debug
49- .\.sonar\ scanner\dotnet-sonarscanner end /d:sonar.token ="${{ secrets. SONAR_TOKEN }} "
46+ ${{ runner.temp }}\scanner\dotnet-sonarscanner begin /k:"chrdek_QueryablDataCalc" /o:"chrdek" /d:sonar.login ="$env: SONAR_TOKEN" /d:sonar.host.url="https://sonarcloud.io"
47+ dotnet restore ./ Queryabl.sln
48+ dotnet build .\Queryabl.csproj /t:Rebuild /p:Configuration=Debug
49+ ${{ runner.temp }}\ scanner\dotnet-sonarscanner end /d:sonar.login ="$env: SONAR_TOKEN"
You can’t perform that action at this time.
0 commit comments