Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
axunonb authored Nov 2, 2021
1 parent 5464bb9 commit adee45a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@ jobs:
shell: powershell
run: |
.\.sonar\scanner\dotnet-sonarscanner begin /k:"axuno_SmartFormat" /o:"axuno" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
dotnet build SmartFormat.sln /verbosity:minimal /t:rebuild /p:configuration=release
dotnet restore
dotnet test --no-build --verbosity normal
dotnet build SmartFormat.sln /verbosity:minimal /t:rebuild /p:configuration=release --no-restore
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"

0 comments on commit adee45a

Please sign in to comment.