This commit is contained in:
parent
47cc53e708
commit
3df65297d1
2 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,6 @@ 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 .
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Nuke.Common" Version="7.0.6" />
|
<PackageReference Include="Nuke.Common" Version="7.0.6" />
|
||||||
<PackageReference Include="SonarQube.Scanner.DotNetCore.Tool" Version="4.3.1" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Reference in a new issue