From ca72dbcfd8c45f194b9770f63c91ebd00412fa39 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 14 Mar 2026 23:59:57 +0800 Subject: improve csproj rules --- tests/projects/csharp/existing_csproj/test.lua | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 tests/projects/csharp/existing_csproj/test.lua (limited to 'tests/projects/csharp/existing_csproj/test.lua') diff --git a/tests/projects/csharp/existing_csproj/test.lua b/tests/projects/csharp/existing_csproj/test.lua deleted file mode 100644 index 5ab8adc69..000000000 --- a/tests/projects/csharp/existing_csproj/test.lua +++ /dev/null @@ -1,10 +0,0 @@ -import("lib.detect.find_tool") - -function test_build(t) - local dotnet = find_tool("dotnet") - if dotnet then - t:build() - else - return t:skip("dotnet not found") - end -end -- cgit v1.3.1