Skip to content

Commit 9168d1a

Browse files
committed
projects: '**/test/**/*.csproj'
1 parent 69f0892 commit 9168d1a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ jobs:
5555
5656
- name: 'Run Unit Tests'
5757
run: |
58-
dotnet test './test/WireMock.Net.Tests/WireMock.Net.Tests.csproj' -c Release --framework net7.0
58+
dotnet test './test/WireMock.Net.Tests/WireMock.Net.Tests.csproj' -c Release --framework net8.0
5959
dotnet test './test/WireMock.Net.Aspire.Tests/WireMock.Net.Aspire.Tests.csproj' -c Release --framework net8.0

azure-pipelines-ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ jobs:
4747
displayName: 'Build Unit tests'
4848
inputs:
4949
command: 'build'
50-
projects: |
51-
'**/WireMock.Net.Tests.csproj'
52-
'**/WireMock.Net.Aspire.Tests.csproj'
50+
projects: '**/test/**/*.csproj'
5351
arguments: '--configuration Debug --framework net8.0'
5452

5553
- task: CmdLine@2

0 commit comments

Comments
 (0)