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