mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2024-11-07 22:18:27 +01:00
Add nuget resource step.
This commit is contained in:
parent
d2e8f5e263
commit
ac4620b808
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -47,7 +47,9 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Add msbuild to PATH
|
||||
- name: setup-msbuild
|
||||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
- name: devenv
|
||||
- name: nuget restore
|
||||
run: nuget restore pdfio.sln
|
||||
- name: msbuild
|
||||
run: msbuild pdfio.sln
|
||||
|
Loading…
Reference in New Issue
Block a user