ci: i stg
Some checks failed
Test if Server can be built / build-server (push) Failing after 40s

This commit is contained in:
Timothy Schenk 2023-10-27 20:38:19 +02:00
parent 47cc53e708
commit 3df65297d1
2 changed files with 1 additions and 1 deletions

View file

@ -11,5 +11,6 @@ jobs:
with:
dotnet-version: 7.0
- run: |
dotnet tool install --global dotnet-sonarscanner
chmod +x ./build.sh
./build.sh --root .

View file

@ -13,7 +13,6 @@
<ItemGroup>
<PackageReference Include="Nuke.Common" Version="7.0.6" />
<PackageReference Include="SonarQube.Scanner.DotNetCore.Tool" Version="4.3.1" />
</ItemGroup>
</Project>