Skip to content

Commit

Permalink
New mods on build CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chrdek committed Oct 15, 2023
1 parent d837365 commit ebd2c20
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 @@ -49,6 +49,6 @@ jobs:
run: |
dotnet tool install --global dotnet-coverage
.\.sonar\scanner\dotnet-sonarscanner begin /k:"chrdek_linqpath_prerel" /o:"chrdek" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
dotnet restore ./linqpath_prerel/ExporterUtility.sln
dotnet build ./linqpath_prerel/ExporterUtility.sln --configuration Debug
dotnet restore ./ExporterUtility.sln
dotnet build .\LinqPath\LinqPath.csproj /t:Rebuild /p:Configuration=Debug
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"

0 comments on commit ebd2c20

Please sign in to comment.