mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-04-05 20:55:01 +08:00
Update Github actions in the CI build
This commit is contained in:
parent
2cf8762128
commit
937793bec7
4
.github/workflows/build_and_test.yml
vendored
4
.github/workflows/build_and_test.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|
||||||
- name: Set up dotnet core
|
- name: Set up dotnet core
|
||||||
uses: actions/setup-dotnet@v2
|
uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
dotnet-version: |
|
dotnet-version: |
|
||||||
2.1.x
|
2.1.x
|
||||||
@ -21,7 +21,7 @@ jobs:
|
|||||||
8.0.x
|
8.0.x
|
||||||
|
|
||||||
- name: Add msbuild to PATH
|
- name: Add msbuild to PATH
|
||||||
uses: microsoft/setup-msbuild@v1.0.2
|
uses: microsoft/setup-msbuild@v2
|
||||||
|
|
||||||
# Build the release build
|
# Build the release build
|
||||||
- name: Build the solution
|
- name: Build the solution
|
||||||
|
Loading…
Reference in New Issue
Block a user