mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-08-20 04:31:25 +08:00
Update build_and_test_macos.yml
This commit is contained in:
parent
a3edc926c8
commit
0f641774e6
5
.github/workflows/build_and_test_macos.yml
vendored
5
.github/workflows/build_and_test_macos.yml
vendored
@ -19,10 +19,11 @@ jobs:
|
|||||||
2.1.x
|
2.1.x
|
||||||
6.0.x
|
6.0.x
|
||||||
8.0.x
|
8.0.x
|
||||||
|
9.0.x
|
||||||
|
|
||||||
# Build the release build
|
# Build the release build
|
||||||
- name: Build the solution
|
- name: Build the solution
|
||||||
run: dotnet build -c Release src/UglyToad.PdfPig.sln -f net9.0
|
run: dotnet build -c Release src/UglyToad.PdfPig.sln -f net8.0
|
||||||
|
|
||||||
- name: Run the tests
|
- name: Run the tests
|
||||||
run: dotnet test -c Release src/UglyToad.PdfPig.sln -f net9.0
|
run: dotnet test -c Release src/UglyToad.PdfPig.sln -f net8.0
|
||||||
|
Loading…
Reference in New Issue
Block a user