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