mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2024-12-26 13:28:22 +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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Add msbuild to PATH
|
- name: setup-msbuild
|
||||||
uses: microsoft/setup-msbuild@v1.0.2
|
uses: microsoft/setup-msbuild@v1.0.2
|
||||||
- name: devenv
|
- name: nuget restore
|
||||||
|
run: nuget restore pdfio.sln
|
||||||
|
- name: msbuild
|
||||||
run: msbuild pdfio.sln
|
run: msbuild pdfio.sln
|
||||||
|
Loading…
Reference in New Issue
Block a user