Github actions: trying to fix automated build and scan

This commit is contained in:
Joseph Milazzo 2021-03-14 09:06:33 -05:00
parent b9a43995bb
commit 1ca6f9b4ee

View File

@ -19,6 +19,9 @@ jobs:
dotnet-version: 5.0.100 dotnet-version: 5.0.100
- name: Install dependencies - name: Install dependencies
run: dotnet restore run: dotnet restore
- name: Nuget Restore
- uses: nuget/setup-nuget@v1
- run: nuget restore API.csproj
- name: Set up JDK 11 - name: Set up JDK 11
uses: actions/setup-java@v1 uses: actions/setup-java@v1