From 1ca6f9b4eed0b125aa4cebf8fab324860f71a787 Mon Sep 17 00:00:00 2001 From: Joseph Milazzo Date: Sun, 14 Mar 2021 09:06:33 -0500 Subject: [PATCH] Github actions: trying to fix automated build and scan --- .github/workflows/dotnet-core.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 63933cf08..dedf78bfb 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -19,6 +19,9 @@ jobs: dotnet-version: 5.0.100 - name: Install dependencies run: dotnet restore + - name: Nuget Restore + - uses: nuget/setup-nuget@v1 + - run: nuget restore API.csproj - name: Set up JDK 11 uses: actions/setup-java@v1