Updated XUnit package and modified CI/CD.
This commit is contained in:
@@ -2,7 +2,17 @@
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- 'JSMR.Api/**'
|
||||||
|
- 'JSMR.Application/**'
|
||||||
|
- 'JSMR.Domain/**'
|
||||||
|
- 'JSMR.Infrastructure/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- 'JSMR.Api/**'
|
||||||
|
- 'JSMR.Application/**'
|
||||||
|
- 'JSMR.Domain/**'
|
||||||
|
- 'JSMR.Infrastructure/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-test:
|
build-test:
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
<PackageReference Include="xunit.v3" Version="3.1.0" />
|
<PackageReference Include="xunit.v3" Version="3.2.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user