mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-08-20 04:48:53 +08:00
Update build_and_test_macos.yml
This commit is contained in:
parent
f1923fcbcd
commit
a3edc926c8
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
|
||||
|
Loading…
Reference in New Issue
Block a user