Skip to content

Commit

Permalink
[Actions] Updated .github/actions/dotnet-tool/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Oct 14, 2024
1 parent a62589d commit dc85314
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/dotnet-tool/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -47,3 +48,4 @@ runs:
DOTNET_TC_CallCountingDelayMs: "0"
DOTNET_TieredPGO: "1"
MSBUILDTERMINALLOGGER: "auto"
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages

0 comments on commit dc85314

Please sign in to comment.