Skip to content

Commit fdc3ba7

Browse files
Revert usage of MTP.
1 parent 0d7da54 commit fdc3ba7

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/github-actions-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
dotnet test PosInformatique.Testing.Databases.sln \
6161
--configuration Release \
6262
--no-build \
63-
--results-directory ./TestResults \
64-
-- MSTest.PlatformArgs="--report-trx --report-trx-filename test_results.trx" \
63+
--logger "trx;LogFileName=test_results.trx" \
64+
--results-directory ./TestResults
6565
env:
6666
SQL_SERVER_UNIT_TESTS_CONNECTION_STRING: "Data Source=localhost,1433;Database=master;User Id=sa;Password=P@ssw0rd12345!;TrustServerCertificate=True;"
6767
SQL_SERVER_UNIT_TESTS_OTHER_DATA_PATH: "/tmp/other_databases_path/"

tests/Directory.Build.props

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212
<PackageReference Include="FluentAssertions" />
1313
<PackageReference Include="xunit.v3" />
1414
</ItemGroup>
15-
16-
<!-- Add the support Microsoft Test Platform -->
17-
<PropertyGroup>
18-
<UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner>
19-
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
20-
</PropertyGroup>
2115

2216
<!-- Add the default using directive for all tests code -->
2317
<ItemGroup>

0 commit comments

Comments
 (0)