From 93399dbd5d53849ce0b32fe319fc0b64af0e2548 Mon Sep 17 00:00:00 2001 From: Joseph Milazzo Date: Sun, 14 Mar 2021 09:14:40 -0500 Subject: [PATCH] Github actions: trying to fix automated build and scan --- .github/workflows/dotnet-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 2475e7648..8e52c41f7 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -13,6 +13,7 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v2 + - uses: nuget/setup-nuget@v1 - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: @@ -20,7 +21,6 @@ jobs: - name: Install dependencies run: dotnet restore - name: Nuget Restore - - uses: nuget/setup-nuget@v1 - run: nuget restore API/API.csproj - run: nuget restore API.Tests/API.Tests.csproj