From dc85314a96fbce862c0cab3e0a3fac4732e72af3 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Mon, 14 Oct 2024 15:07:25 +0000 Subject: [PATCH] [Actions] Updated .github/actions/dotnet-tool/action.yml --- .github/actions/dotnet-tool/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/dotnet-tool/action.yml b/.github/actions/dotnet-tool/action.yml index bd8d771a..dcc7c0c5 100644 --- a/.github/actions/dotnet-tool/action.yml +++ b/.github/actions/dotnet-tool/action.yml @@ -30,6 +30,7 @@ runs: DOTNET_TC_CallCountingDelayMs: "0" DOTNET_TieredPGO: "1" MSBUILDTERMINALLOGGER: "auto" + NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages - name: "Install dotnet tool (Specific Version)" if: inputs.TOOL_VERSION != 'latest' @@ -47,3 +48,4 @@ runs: DOTNET_TC_CallCountingDelayMs: "0" DOTNET_TieredPGO: "1" MSBUILDTERMINALLOGGER: "auto" + NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages