Github actions: trying to fix automated build and scan

This commit is contained in:
Joseph Milazzo 2021-03-14 09:15:36 -05:00
parent 93399dbd5d
commit 878c0c1e60

View File

@ -13,17 +13,12 @@ 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:
dotnet-version: 5.0.100
- name: Install dependencies
run: dotnet restore
- name: Nuget Restore
- run: nuget restore API/API.csproj
- run: nuget restore API.Tests/API.Tests.csproj
- name: Set up JDK 11
uses: actions/setup-java@v1
with: