diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 841107d..94e23f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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