Skip to content

Commit 1ac5675

Browse files
committed
Use Microsoft Testing Platform in tests
1 parent 44db9a6 commit 1ac5675

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Tests/IntegrationTests/IntegrationTests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<IsPackable>false</IsPackable>
4+
<UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner>
5+
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
46
</PropertyGroup>
57
<ItemGroup>
68
<ProjectReference Include="..\..\App\Api\Api.csproj" />

Tests/UnitTests/UnitTests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<IsPackable>false</IsPackable>
4+
<UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner>
5+
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
46
</PropertyGroup>
57
<ItemGroup>
68
<ProjectReference Include="..\..\App\Services\Services.csproj" />

0 commit comments

Comments
 (0)