Skip to content

Commit 572b759

Browse files
committed
fix fix
1 parent ff891fd commit 572b759

2 files changed

Lines changed: 1 addition & 15 deletions

File tree

.github/actions/testing/test/action.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,6 @@ runs:
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:

tests/PolylineAlgorithm.Tests/PolylineAlgorithm.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PropertyGroup>
1212
<OutputType>Exe</OutputType>
1313
<IsTestProject>true</IsTestProject>
14-
<UseModernDotnetTest>true</UseModernDotnetTest>
14+
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
1515
</PropertyGroup>
1616

1717
<PropertyGroup>

0 commit comments

Comments
 (0)