File tree Expand file tree Collapse file tree 3 files changed +6
-23
lines changed
tests/PolylineAlgorithm.Tests Expand file tree Collapse file tree 3 files changed +6
-23
lines changed Original file line number Diff line number Diff line change 4848 path : .
4949 merge-multiple : true
5050 - name : Test
51- run : dotnet test --no-restore --no-build --configuration Release --verbosity normal --logger trx --results-directory TestResults
51+ run : dotnet test --no-restore --no-build --configuration Release --verbosity normal --logger trx --coverage -- results-directory TestResults
5252 - name : Upload
5353 uses : actions/upload-artifact@v4
5454 with :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1111 <PropertyGroup >
1212 <IsPackable >false</IsPackable >
1313 <IsTestProject >true</IsTestProject >
14- <EnableMSTestRunner >true</EnableMSTestRunner >
15- <UseVSTest >false</UseVSTest >
1614 <TestingExtensionsProfile >Default</TestingExtensionsProfile >
17- <OutputType >exe</OutputType >
15+ </PropertyGroup >
16+
17+ <PropertyGroup >
18+ <EnableStaticNativeInstrumentation >true</EnableStaticNativeInstrumentation >
19+ <EnableDynamicNativeInstrumentation >true</EnableDynamicNativeInstrumentation >
1820 </PropertyGroup >
1921
2022 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments