mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-06 18:56:54 +08:00
Suppress dotnet format warnings with --verbosity quiet
This commit is contained in:
parent
3b9fcaefbd
commit
6a7707282e
@ -17,12 +17,12 @@ if command -v dotnet &> /dev/null; then
|
|||||||
|
|
||||||
# Format spine-csharp
|
# Format spine-csharp
|
||||||
pushd ../spine-csharp > /dev/null
|
pushd ../spine-csharp > /dev/null
|
||||||
dotnet format spine-csharp.csproj || echo "Warning: Some issues with spine-csharp formatting"
|
dotnet format spine-csharp.csproj --no-restore --verbosity quiet 2>/dev/null || echo "Warning: Some issues with spine-csharp formatting"
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
||||||
# Format spine-monogame
|
# Format spine-monogame
|
||||||
pushd ../spine-monogame > /dev/null
|
pushd ../spine-monogame > /dev/null
|
||||||
dotnet format --no-restore || echo "Warning: Some issues with spine-monogame formatting"
|
dotnet format --no-restore --verbosity quiet 2>/dev/null || echo "Warning: Some issues with spine-monogame formatting"
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
||||||
# Format spine-unity - look for .cs files directly
|
# Format spine-unity - look for .cs files directly
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user