This commit is contained in:
parent
47cc53e708
commit
3df65297d1
2 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,6 @@ jobs:
|
|||
with:
|
||||
dotnet-version: 7.0
|
||||
- run: |
|
||||
dotnet tool install --global dotnet-sonarscanner
|
||||
chmod +x ./build.sh
|
||||
./build.sh --root .
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue