From 878c0c1e608db1acf21a6cff7ccd9a496ed1eb7f Mon Sep 17 00:00:00 2001 From: Joseph Milazzo Date: Sun, 14 Mar 2021 09:15:36 -0500 Subject: [PATCH] Github actions: trying to fix automated build and scan --- .github/workflows/dotnet-core.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 8e52c41f7..2c83a84fd 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -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: