ci: add tools
Some checks failed
Test if Server can be built / build-server (push) Failing after 35s

This commit is contained in:
Timothy Schenk 2023-10-27 20:44:04 +02:00
parent c33f5a6199
commit a36dcdcaff
2 changed files with 5 additions and 1 deletions

View file

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

View file

@ -15,4 +15,9 @@
<PackageReference Include="Nuke.Common" Version="7.0.6" /> <PackageReference Include="Nuke.Common" Version="7.0.6" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<PackageDownload Include="coverlet.console" Version="[6.0.0]" />
<PackageDownload Include="dotnet-sonarscanner" Version="[5.14.0]" />
</ItemGroup>
</Project> </Project>