Skip to content

Commit

Permalink
[Actions] Updated .github/actions/build-tools/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Feb 6, 2024
1 parent 334f310 commit 45c5a9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/build-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ runs:
DOTNET_ReadyToRun: "0"
DOTNET_TC_QuickJitForLoops: "1"
DOTNET_TieredPGO: "1"
MSBUILDTERMINALLOGGER: "true"
with:
dotnet-version: |
6.0.*
Expand Down Expand Up @@ -84,6 +85,7 @@ runs:
DOTNET_ReadyToRun: "0"
DOTNET_TC_QuickJitForLoops: "1"
DOTNET_TieredPGO: "1"
MSBUILDTERMINALLOGGER: "true"

- name: "Install Sleet package management tool"
uses: ./.github/actions/dotnet-tool
Expand Down Expand Up @@ -112,3 +114,4 @@ runs:
DOTNET_ReadyToRun: "0"
DOTNET_TC_QuickJitForLoops: "1"
DOTNET_TieredPGO: "1"
MSBUILDTERMINALLOGGER: "true"

0 comments on commit 45c5a9b

Please sign in to comment.