File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -201,3 +201,4 @@ FakesAssemblies/
201
201
project.lock.json
202
202
203
203
artifacts /
204
+ /test /TestApp- *
Original file line number Diff line number Diff line change @@ -30,9 +30,6 @@ if($LASTEXITCODE -ne 0) { throw 'pack failed' }
30
30
31
31
Write-Output " build: Testing"
32
32
33
- # Dotnet test doesn't run separate TargetFrameworks in parallel: https://github.com/dotnet/sdk/issues/19147
34
- # Workaround: use `dotnet test` on dlls directly in order to pass the `--parallel` option to vstest.
35
- # The _reported_ runtime is wrong but the _actual_ used runtime is correct, see https://github.com/microsoft/vstest/issues/2037#issuecomment-720549173
36
- & dotnet test test\Serilog.Settings.Configuration.Tests\bin\Release\* \Serilog.Settings.Configuration.Tests.dll -- parallel
33
+ & dotnet test test\Serilog.Settings.Configuration.Tests\Serilog.Settings.Configuration.Tests.csproj
37
34
38
- if ($LASTEXITCODE -ne 0 ) { throw ' unit tests failed' }
35
+ if ($LASTEXITCODE -ne 0 ) { throw ' unit tests failed' }
You can’t perform that action at this time.
0 commit comments