This repository was archived by the owner on Oct 25, 2023. It is now read-only.
Commit 3626478 1 parent 8c59ef5 commit 3626478 Copy full SHA for 3626478
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
13
13
command : dotnet build ./NetCoreBoilerplateBE/
14
14
- run :
15
15
name : Run Api Unit Test
16
- command : dotnet test ./NetCoreBoilerplateBE/NetCoreBoilerPlate.Api.Test/ --no-build
16
+ command : dotnet test ./NetCoreBoilerplateBE/NetCoreBoilerPlate.Api.Test/ --no-build --logger "trx;LogFileName=../../../NetCoreBoilerplateBE_apiTest-output.xml"
17
17
- run :
18
18
name : Run Service Unit Test
19
- command : dotnet test ./NetCoreBoilerplateBE/NetCoreBoilerPlate.Service.Test/ --no-build --logger "trx;LogFileName=../../../xunit -output.xml"
19
+ command : dotnet test ./NetCoreBoilerplateBE/NetCoreBoilerPlate.Service.Test/ --no-build --logger "trx;LogFileName=../../../NetCoreBoilerplateBE_serviceTest -output.xml"
20
20
- run :
21
21
name : Run Repository Unit Test
22
- command : dotnet test ./NetCoreBoilerplateBE/NetCoreBoilerPlate.Repo.Test/ --no-build --logger "trx;LogFileName=../../../xunit -output.xml"
22
+ command : dotnet test ./NetCoreBoilerplateBE/NetCoreBoilerPlate.Repo.Test/ --no-build --logger "trx;LogFileName=../../../NetCoreBoilerplateBE_repositoryTest -output.xml"
23
23
- run :
24
24
name : Run Logger Unit Test
25
- command : dotnet test ./NetCoreBoilerplateBE/NetCoreBoilerPlate.Logger.Test/ --no-build --logger "trx;LogFileName=../../../xunit -output.xml"
25
+ command : dotnet test ./NetCoreBoilerplateBE/NetCoreBoilerPlate.Logger.Test/ --no-build --logger "trx;LogFileName=../../../NetCoreBoilerplateBE_loggerTest -output.xml"
You can’t perform that action at this time.
0 commit comments