File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 22
22
23
23
# Perform unit tests
24
24
- name : Perform unit tests
25
- run : dotnet run --project ./Tests --noresult --labels=All
25
+ run : dotnet run --project ./Tests/BlazorMixApps.Test.csproj
Original file line number Diff line number Diff line change 6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<Nullable >enable</Nullable >
8
8
<IsPackable >false</IsPackable >
9
- <GenerateProgramFile >false</GenerateProgramFile >
9
+
10
+ <EnableNUnitRunner >true</EnableNUnitRunner >
11
+ <OutputType >Exe</OutputType >
12
+ <TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
10
13
</PropertyGroup >
11
14
12
15
<ItemGroup >
17
20
</PackageReference >
18
21
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.0" />
19
22
<PackageReference Include =" NUnit" Version =" 4.3.2" />
20
- <PackageReference Include =" NUnitLite" Version =" 4.3.2" />
21
23
<PackageReference Include =" NUnit.Analyzers" Version =" 4.8.0" >
22
24
<PrivateAssets >all</PrivateAssets >
23
25
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments