ci: add tools
Some checks failed
Test if Server can be built / build-server (push) Failing after 35s
Some checks failed
Test if Server can be built / build-server (push) Failing after 35s
This commit is contained in:
parent
c33f5a6199
commit
a36dcdcaff
2 changed files with 5 additions and 1 deletions
|
@ -11,6 +11,5 @@ jobs:
|
|||
with:
|
||||
dotnet-version: 7.0
|
||||
- run: |
|
||||
dotnet tool install --global dotnet-sonarscanner
|
||||
chmod +x ./build.sh
|
||||
./build.sh --root .
|
||||
|
|
|
@ -15,4 +15,9 @@
|
|||
<PackageReference Include="Nuke.Common" Version="7.0.6" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageDownload Include="coverlet.console" Version="[6.0.0]" />
|
||||
<PackageDownload Include="dotnet-sonarscanner" Version="[5.14.0]" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
Loading…
Reference in a new issue