diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 6ebfde70..27d73e23 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -18,14 +18,6 @@ jobs: - uses: actions/setup-dotnet@v4 with: dotnet-version: 8.0.x - cache: true - - name: NuGet Caching - uses: actions/cache@v3 - with: - path: ~/.nuget/packages - key: ${{ runner.os }}-nuget-${{ hashFiles('packages.lock.json', '*/packages.lock.json') }} - restore-keys: | - ${{ runner.os }}-nuget- - run: dotnet run --project build/build.csproj - uses: actions/upload-artifact@v4 with: