mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-08 00:14:35 +08:00
Update build_and_test_macos.yml
This commit is contained in:
4
.github/workflows/build_and_test_macos.yml
vendored
4
.github/workflows/build_and_test_macos.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
|
||||
# Build the release build
|
||||
- name: Build the solution
|
||||
run: dotnet build -c Release src/UglyToad.PdfPig.sln
|
||||
run: dotnet build -c Release src/UglyToad.PdfPig.sln -f net9.0
|
||||
|
||||
- name: Run the tests
|
||||
run: dotnet test -c Release src/UglyToad.PdfPig.sln
|
||||
run: dotnet test -c Release src/UglyToad.PdfPig.sln -f net9.0
|
||||
|
Reference in New Issue
Block a user