Skip to content

Commit

Permalink
[Actions] Updated .github/actions/build/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Feb 5, 2024
1 parent a786555 commit 362bb62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ runs:
DOTNET_ReadyToRun: "0"
DOTNET_TC_QuickJitForLoops: "1"
DOTNET_TieredPGO: "1"
MSBUILDTERMINALLOGGER: "true"

- name: "Deploy check - Default"
shell: bash
Expand Down Expand Up @@ -261,6 +262,7 @@ runs:
DOTNET_ReadyToRun: "0"
DOTNET_TC_QuickJitForLoops: "1"
DOTNET_TieredPGO: "1"
MSBUILDTERMINALLOGGER: "true"

- name: "Read Release Notes"
if: steps.build_tools.outputs.BUILD_ENV == 'true'
Expand Down

0 comments on commit 362bb62

Please sign in to comment.