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: