From 59b14b83b2bc6d45e3123c1ae08dd68779f5df64 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Mon, 14 Oct 2024 17:41:27 +0000 Subject: [PATCH] [Actions] Updated .github/actions/dotnet-tool/action.yml --- .github/actions/dotnet-tool/action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/actions/dotnet-tool/action.yml b/.github/actions/dotnet-tool/action.yml index 279683e..4d282a0 100644 --- a/.github/actions/dotnet-tool/action.yml +++ b/.github/actions/dotnet-tool/action.yml @@ -66,3 +66,8 @@ runs: DOTNET_TieredPGO: "1" MSBUILDTERMINALLOGGER: "auto" NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages + + - name: "Restore" + shell: bash + run: dotnet tool restore +