diff options
| author | ruki <[email protected]> | 2026-03-17 23:43:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-03-17 23:43:30 +0800 |
| commit | c1e59483fabb0daef020f11964964e3686ea7a7e (patch) | |
| tree | 6e2e7119cdd9347df442600de8f34230a94a2d46 /tests/projects/csharp/console/test.lua | |
| parent | 4fc4db0777f0c12af374ef0676b610630158e9f2 (diff) | |
fix dotnet on msys
Diffstat (limited to 'tests/projects/csharp/console/test.lua')
| -rw-r--r-- | tests/projects/csharp/console/test.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/projects/csharp/console/test.lua b/tests/projects/csharp/console/test.lua index e67becab3..d909316b7 100644 --- a/tests/projects/csharp/console/test.lua +++ b/tests/projects/csharp/console/test.lua @@ -1,6 +1,9 @@ import("detect.sdks.find_dotnet") function test_build(t) + if is_subhost("msys") then + return t:skip("csharp not supported on msys") + end local dotnet = find_dotnet() if dotnet and dotnet.sdkver then t:build() |
