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 ef76dba commit 4ac19ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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 restore
dotnet restore SmartFormat.sln
dotnet build SmartFormat.sln /verbosity:minimal /t:rebuild /p:configuration=release --no-restore
dotnet test --no-build --verbosity normal
dotnet test SmartFormat.sln --no-build --verbosity normal
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"

0 comments on commit 4ac19ea

Please sign in to comment.