Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/MakesYT/Kitopia
Browse files Browse the repository at this point in the history
  • Loading branch information
MakesYT committed Oct 1, 2023
2 parents c8ceaba + 71984c0 commit 939f364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
cd Kitopia
.\.sonar\scanner\dotnet-sonarscanner begin /k:"kitopia" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="${{ secrets.SONAR_HOST_URL }}"
nuget restore Kitopia.sln
msbuild.exe uToolkitopia\Kitopia.csproj /p:platform="Any CPU" /p:configuration="Release"
msbuild.exe uToolkitopia\Kitopia.csproj /p:platform="x86" /p:configuration="Release"
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"

0 comments on commit 939f364

Please sign in to comment.