Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2022-02-22 00:02:29 +0300
committerGitHub <noreply@github.com>2022-02-22 00:02:29 +0300
commita01fe0b33d3c8107b2f798daca6fefe50e5a71a7 (patch)
tree7212f654c0e1f1b109237b6b04a72f629ebf9ada /eng/pipelines/runtime-official.yml
parent41ab2005b5b520557767d24b58803b5068106fb0 (diff)
Fix PGO jobs on official builds (#65669)
After https://github.com/dotnet/runtime/pull/65603 the official build failed because we missed passing in the `isOfficialBuild` variable on the PGO jobs. * Don't sign PGO bits * Don't run upload-intermediate-artifacts-step.yml for PGO leg
Diffstat (limited to 'eng/pipelines/runtime-official.yml')
-rw-r--r--eng/pipelines/runtime-official.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/eng/pipelines/runtime-official.yml b/eng/pipelines/runtime-official.yml
index 70b7af10a72..1d404057335 100644
--- a/eng/pipelines/runtime-official.yml
+++ b/eng/pipelines/runtime-official.yml
@@ -382,6 +382,8 @@ stages:
- windows_x86
- Linux_x64
jobParameters:
+ isOfficialBuild: ${{ variables.isOfficialBuild }}
+ signBinaries: false
testGroup: innerloop
pgoType: 'PGO'