Commit 9168d1a 1 parent 69f0892 commit 9168d1a Copy full SHA for 9168d1a
File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 55
55
56
56
- name : ' Run Unit Tests'
57
57
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
59
59
dotnet test './test/WireMock.Net.Aspire.Tests/WireMock.Net.Aspire.Tests.csproj' -c Release --framework net8.0
Original file line number Diff line number Diff line change 47
47
displayName : ' Build Unit tests'
48
48
inputs :
49
49
command : ' build'
50
- projects : |
51
- '**/WireMock.Net.Tests.csproj'
52
- '**/WireMock.Net.Aspire.Tests.csproj'
50
+ projects : ' **/test/**/*.csproj'
53
51
arguments : ' --configuration Debug --framework net8.0'
54
52
55
53
- task : CmdLine@2
You can’t perform that action at this time.
0 commit comments