Github actions: trying to fix automated build and scan

This commit is contained in:
Joseph Milazzo 2021-03-14 09:14:40 -05:00
parent cfb409558b
commit 93399dbd5d

View File

@ -13,6 +13,7 @@ jobs:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: nuget/setup-nuget@v1
- name: Setup .NET Core - name: Setup .NET Core
uses: actions/setup-dotnet@v1 uses: actions/setup-dotnet@v1
with: with:
@ -20,7 +21,6 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: dotnet restore run: dotnet restore
- name: Nuget Restore - name: Nuget Restore
- uses: nuget/setup-nuget@v1
- run: nuget restore API/API.csproj - run: nuget restore API/API.csproj
- run: nuget restore API.Tests/API.Tests.csproj - run: nuget restore API.Tests/API.Tests.csproj