File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 9595 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
9696 shell : powershell
9797 run : |
98- .\.sonar\scanner\dotnet-sonarscanner begin /k:"IowaComputerGurus_aspnetcore.utilities" /o:"iowacomputergurus-github" /d:sonar.login="${{ secrets .SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io " /n:"AspNetCore Utilities"
98+ .\.sonar\scanner\dotnet-sonarscanner begin /k:"IowaComputerGurus_aspnetcore.utilities" /o:"iowacomputergurus-github" /d:sonar.login="${{ env .SONAR_TOKEN }}" /n:"AspNetCore Utilities"
9999 dotnet restore "${{ env.solution-path }}"
100100 dotnet build "${{ env.solution-path }}" --no-restore --configuration Release -p:version=${{ steps.gitversion.outputs.majorMinorPatch }}
101101 dotnet test "${{ env.solution-path }}" --no-build --configuration Release --collect "XPlat Code Coverage" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover --logger "trx;LogFileName=unittests.trx"
You can’t perform that action at this time.
0 commit comments