Skip to content

Commit

Permalink
Don't build libraries native packages in the PGO leg (#92729)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky committed Sep 27, 2023
1 parent 8a5283f commit 95fe99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/runtime-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ extends:
- windows_arm64
- linux_arm64
jobParameters:
buildArgs: -s clr.native+clr.corelib+clr.tools+clr.nativecorelib+libs+host+packs -c $(_BuildConfig) -pgoinstrument
buildArgs: -s clr.native+clr.corelib+clr.tools+clr.nativecorelib+libs+host+packs -c $(_BuildConfig) -pgoinstrument /p:SkipLibrariesNativeRuntimePackages=true
isOfficialBuild: ${{ variables.isOfficialBuild }}
nameSuffix: PGO
extraStepsTemplate: /eng/pipelines/common/upload-intermediate-artifacts-step.yml
Expand Down

0 comments on commit 95fe99c

Please sign in to comment.