From 523adc6c49dd93283a76ebc0f284289f26727358 Mon Sep 17 00:00:00 2001 From: Phil Scott Date: Tue, 21 Dec 2021 13:08:03 -0500 Subject: [PATCH] Including dotnet tools restore into ci build --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7f71edc..da89655 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,6 +43,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | cd docs + dotnet tool restore dotnet run --configuration Release - name: Archive doc generation