From 60c926399b5132fd062f0ea5f1deb0af491fda8e Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Tue, 25 Apr 2023 08:37:17 +0100 Subject: [PATCH] Disable NuGet package caching Contributes to #1154. --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2364cc3c327..c63c91d95b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,12 +37,12 @@ jobs: - name: Setup .NET SDK uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a # v3.0.3 - - name: Setup NuGet cache - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 - with: - path: ~/.nuget/packages - key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props') }} - restore-keys: ${{ runner.os }}-nuget- + #- name: Setup NuGet cache + # uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 + # with: + # path: ~/.nuget/packages + # key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props') }} + # restore-keys: ${{ runner.os }}-nuget- - name: Build, Test and Package shell: pwsh