diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 2475e7648..8e52c41f7 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -13,6 +13,7 @@ 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: @@ -20,7 +21,6 @@ jobs: - name: Install dependencies run: dotnet restore - name: Nuget Restore - - uses: nuget/setup-nuget@v1 - run: nuget restore API/API.csproj - run: nuget restore API.Tests/API.Tests.csproj