File tree Expand file tree Collapse file tree 6 files changed +18
-0
lines changed
console_with_runtime_json Expand file tree Collapse file tree 6 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 11import (" detect.sdks.find_dotnet" )
22
33function test_build (t )
4+ if is_subhost (" msys" ) then
5+ return t :skip (" csharp not supported on msys" )
6+ end
47 local dotnet = find_dotnet ()
58 if dotnet and dotnet .sdkver then
69 t :build ()
Original file line number Diff line number Diff line change 11import (" detect.sdks.find_dotnet" )
22
33function test_build (t )
4+ if is_subhost (" msys" ) then
5+ return t :skip (" csharp not supported on msys" )
6+ end
47 local dotnet = find_dotnet ()
58 if dotnet and dotnet .sdkver then
69 t :build ()
Original file line number Diff line number Diff line change 11import (" detect.sdks.find_dotnet" )
22
33function test_build (t )
4+ if is_subhost (" msys" ) then
5+ return t :skip (" csharp not supported on msys" )
6+ end
47 local dotnet = find_dotnet ()
58 if dotnet and dotnet .sdkver then
69 t :build ()
Original file line number Diff line number Diff line change 11import (" detect.sdks.find_dotnet" )
22
33function test_build (t )
4+ if is_subhost (" msys" ) then
5+ return t :skip (" csharp not supported on msys" )
6+ end
47 local dotnet = find_dotnet ()
58 if dotnet and dotnet .sdkver then
69 t :build ()
Original file line number Diff line number Diff line change 11import (" detect.sdks.find_dotnet" )
22
33function test_build (t )
4+ if is_subhost (" msys" ) then
5+ return t :skip (" csharp not supported on msys" )
6+ end
47 local dotnet = find_dotnet ()
58 if dotnet and dotnet .sdkver then
69 t :build ()
Original file line number Diff line number Diff line change 11import (" detect.sdks.find_dotnet" )
22
33function test_build (t )
4+ if is_subhost (" msys" ) then
5+ return t :skip (" csharp not supported on msys" )
6+ end
47 local dotnet = find_dotnet ()
58 if dotnet and dotnet .sdkver then
69 t :build ()
You can’t perform that action at this time.
0 commit comments