File tree Expand file tree Collapse file tree 6 files changed +24
-24
lines changed
console_with_runtime_json Expand file tree Collapse file tree 6 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 1- import (" lib. detect.find_tool " )
1+ import (" detect.sdks.find_dotnet " )
22
33function test_build (t )
4- local dotnet = find_tool ( " dotnet " )
5- if dotnet then
4+ local dotnet = find_dotnet ( )
5+ if dotnet and dotnet . sdkver then
66 t :build ()
77 else
8- return t :skip (" dotnet not found" )
8+ return t :skip (" dotnet sdk not found" )
99 end
1010end
Original file line number Diff line number Diff line change 1- import (" lib. detect.find_tool " )
1+ import (" detect.sdks.find_dotnet " )
22
33function test_build (t )
4- local dotnet = find_tool ( " dotnet " )
5- if dotnet then
4+ local dotnet = find_dotnet ( )
5+ if dotnet and dotnet . sdkver then
66 t :build ()
77 else
8- return t :skip (" dotnet not found" )
8+ return t :skip (" dotnet sdk not found" )
99 end
1010end
Original file line number Diff line number Diff line change 1- import (" lib. detect.find_tool " )
1+ import (" detect.sdks.find_dotnet " )
22
33function test_build (t )
4- local dotnet = find_tool ( " dotnet " )
5- if dotnet then
4+ local dotnet = find_dotnet ( )
5+ if dotnet and dotnet . sdkver then
66 t :build ()
77 else
8- return t :skip (" dotnet not found" )
8+ return t :skip (" dotnet sdk not found" )
99 end
1010end
Original file line number Diff line number Diff line change 1- import (" lib. detect.find_tool " )
1+ import (" detect.sdks.find_dotnet " )
22
33function test_build (t )
4- local dotnet = find_tool ( " dotnet " )
5- if dotnet then
4+ local dotnet = find_dotnet ( )
5+ if dotnet and dotnet . sdkver then
66 t :build ()
77 else
8- return t :skip (" dotnet not found" )
8+ return t :skip (" dotnet sdk not found" )
99 end
1010end
Original file line number Diff line number Diff line change 1- import (" lib. detect.find_tool " )
1+ import (" detect.sdks.find_dotnet " )
22
33function test_build (t )
4- local dotnet = find_tool ( " dotnet " )
5- if dotnet then
4+ local dotnet = find_dotnet ( )
5+ if dotnet and dotnet . sdkver then
66 t :build ()
77 else
8- return t :skip (" dotnet not found" )
8+ return t :skip (" dotnet sdk not found" )
99 end
1010end
Original file line number Diff line number Diff line change 1- import (" lib. detect.find_tool " )
1+ import (" detect.sdks.find_dotnet " )
22
33function test_build (t )
4- local dotnet = find_tool ( " dotnet " )
5- if dotnet then
4+ local dotnet = find_dotnet ( )
5+ if dotnet and dotnet . sdkver then
66 t :build ()
77 else
8- return t :skip (" dotnet not found" )
8+ return t :skip (" dotnet sdk not found" )
99 end
1010end
You can’t perform that action at this time.
0 commit comments