diff options
| author | JassJam <[email protected]> | 2026-02-25 09:55:53 +0000 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-03-14 00:10:58 +0800 |
| commit | a35ec2dcea9ca5c639ca9d1332a46ede16b959c0 (patch) | |
| tree | 83c653a47a82343cabf8f8b94c88ed57426bdefc /xmake/rules/csharp/xmake.lua | |
| parent | 3cf64d9220b3c581becd99a8f6cb316462f1bad5 (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.lua | 3 |
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") |
