2021-06-15 13:40:31 +00:00
|
|
|
dotnet tool restore
|
|
|
|
|
|
|
|
# Temporarily disabled until the tool is upgraded to 5.0.
|
|
|
|
# The version specified in .config/dotnet-tools.json (3.1.37601) won't run on .NET hosts >=5.0.7.
|
|
|
|
# - cmd: dotnet format --dry-run --check
|
|
|
|
|
|
|
|
dotnet CodeFileSanity
|
2022-04-14 03:31:18 +00:00
|
|
|
dotnet jb inspectcode "osu.Desktop.slnf" --no-build --output="inspectcodereport.xml" --caches-home="inspectcode" --verbosity=WARN
|
2021-06-15 13:40:31 +00:00
|
|
|
dotnet nvika parsereport "inspectcodereport.xml" --treatwarningsaserrors
|
|
|
|
|
|
|
|
exit $LASTEXITCODE
|