Skip to content

Commit

Permalink
Declare CoreClrPgoDataArg variable in CI script (#80324)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Koritzinsky <jkoritzinsky@gmail.com>
Co-authored-by: Jeremy Koritzinsky <jekoritz@microsoft.com>
  • Loading branch information
3 people authored Feb 9, 2023
1 parent 5de9499 commit 46cb4ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eng/pipelines/coreclr/templates/build-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ jobs:
- name: clrRuntimePortableBuildArg
value: '-portablebuild=false'

# Set a default empty argument for the pgo path.
# This will be set during the 'native prerequisites' step if PGO optimization is enabled.
- name: CoreClrPgoDataArg
value: ''

- name: nativeSymbols
value: ''
- ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
Expand Down

0 comments on commit 46cb4ed

Please sign in to comment.