summaryrefslogtreecommitdiff
path: root/xmake/rules/csharp/xmake.lua
diff options
context:
space:
mode:
authorJassJam <[email protected]>2026-02-25 09:55:53 +0000
committerruki <[email protected]>2026-03-14 00:10:58 +0800
commita35ec2dcea9ca5c639ca9d1332a46ede16b959c0 (patch)
tree83c653a47a82343cabf8f8b94c88ed57426bdefc /xmake/rules/csharp/xmake.lua
parent3cf64d9220b3c581becd99a8f6cb316462f1bad5 (diff)
refactor: update dotnet verbosity handling in C# rules, dont add a new policy
Diffstat (limited to 'xmake/rules/csharp/xmake.lua')
-rw-r--r--xmake/rules/csharp/xmake.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/rules/csharp/xmake.lua b/xmake/rules/csharp/xmake.lua
index 778ea4fc4..5d358e099 100644
--- a/xmake/rules/csharp/xmake.lua
+++ b/xmake/rules/csharp/xmake.lua
@@ -28,9 +28,6 @@
--
-- -- optional: override runtime identifier (arch-specific) for self-contained publish (e.g. "win-x64", "linux-x64", "osx-x64", "osx-arm64")
-- -- add_values("csharp.runtime_identifier", "win-x64")
---
--- -- optional: dotnet verbosity (quiet|minimal|normal|detailed|diagnostic)
--- -- set_policy("build.csharp.dotnet_verbosity", "minimal")
-- @endcode
--
rule("csharp")