mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-02-21 19:32:50 +01:00
Add setup-msbuild step, use msbuild.
This commit is contained in:
parent
1d22369c5e
commit
d2e8f5e263
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -47,5 +47,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Add msbuild to PATH
|
||||||
|
uses: microsoft/setup-msbuild@v1.0.2
|
||||||
- name: devenv
|
- name: devenv
|
||||||
run: devenv pdfio.sln /build
|
run: msbuild pdfio.sln
|
||||||
|
Loading…
x
Reference in New Issue
Block a user