mirror of
https://github.com/ppy/osu
synced 2025-02-02 11:21:59 +00:00
Temporarily disable dotnet format
to unblock CI
This commit is contained in:
parent
385d10eeae
commit
9d9c5902bb
@ -17,7 +17,11 @@ build:
|
|||||||
publish_nuget: true
|
publish_nuget: true
|
||||||
after_build:
|
after_build:
|
||||||
- ps: dotnet tool restore
|
- ps: dotnet tool restore
|
||||||
- ps: dotnet format --dry-run --check
|
|
||||||
|
# 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.
|
||||||
|
# - ps: dotnet format --dry-run --check
|
||||||
|
|
||||||
- ps: .\InspectCode.ps1
|
- ps: .\InspectCode.ps1
|
||||||
test:
|
test:
|
||||||
assemblies:
|
assemblies:
|
||||||
|
Loading…
Reference in New Issue
Block a user