Updated XUnit package and modified CI/CD.

This commit is contained in:
2025-11-03 22:32:08 -05:00
parent 2c7de7cdd9
commit 8192bbd8e2
2 changed files with 11 additions and 1 deletions

View File

@@ -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:

View File

@@ -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>