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