File tree Expand file tree Collapse file tree
.github/actions/testing/test
tests/PolylineAlgorithm.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 with :
6666 dotnet-version : ${{ inputs.dotnet_sdk_version }}
6767
68- - name : Show .NET version and info
69- shell : bash
70- run : |
71- dotnet --version
72- dotnet --info
73- env | grep DOTNET_USE_TEST_PLATFORM || true
74-
75- - name : Explicit test platform version
76- shell : bash
77- run : |
78- dotnet --list-sdks
79- dotnet tool install --global microsoft.testplatform.console
80- ~/.dotnet/tools/vstest.console --version || true
81-
8268 - name : ' Test with .NET CLI (Native Code Coverage)'
8369 shell : bash
8470 env :
Original file line number Diff line number Diff line change 1111 <PropertyGroup >
1212 <OutputType >Exe</OutputType >
1313 <IsTestProject >true</IsTestProject >
14- <UseModernDotnetTest >true</UseModernDotnetTest >
14+ <TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
1515 </PropertyGroup >
1616
1717 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments