mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-03-10 00:23:29 +08:00
Update build_and_test_macos.yml
This commit is contained in:
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
|
||||
6.0.x
|
||||
8.0.x
|
||||
9.0.x
|
||||
|
||||
# Build the release build
|
||||
- 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
|
||||
run: dotnet test -c Release src/UglyToad.PdfPig.sln -f net9.0
|
||||
run: dotnet test -c Release src/UglyToad.PdfPig.sln -f net8.0
|
||||
|
||||
Reference in New Issue
Block a user