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:
authorSantiago Fernandez Madero <safern@microsoft.com>2021-02-11 03:52:17 +0300
committerGitHub <noreply@github.com>2021-02-11 03:52:17 +0300
commitc9a135517fe9970bf1ea2917b86e132eda883f9c (patch)
tree09f9f2aba2adaa4505001a6916a14b65678a1303 /eng/pipelines/runtime-official.yml
parent71eda6fc72ea082ec4a545d7e890ec65df2ab2b1 (diff)
Fix official build (#48139)
Diffstat (limited to 'eng/pipelines/runtime-official.yml')
-rw-r--r--eng/pipelines/runtime-official.yml50
1 files changed, 25 insertions, 25 deletions
diff --git a/eng/pipelines/runtime-official.yml b/eng/pipelines/runtime-official.yml
index 7d0efc659d6..9d9a7928e16 100644
--- a/eng/pipelines/runtime-official.yml
+++ b/eng/pipelines/runtime-official.yml
@@ -304,34 +304,34 @@ stages:
- windows_arm
- windows_arm64
-- ${{ if eq(variables.isOfficialBuild, true) }}:
- - template: /eng/pipelines/official/stages/publish.yml
+ #
+ # Build PGO CoreCLR release
+ #
+ - template: /eng/pipelines/common/platform-matrix.yml
parameters:
- isOfficialBuild: ${{ variables.isOfficialBuild }}
-
-#
-# Build PGO CoreCLR release
-#
-- template: /eng/pipelines/common/platform-matrix.yml
- parameters:
- jobTemplate: /eng/pipelines/coreclr/templates/build-job.yml
- buildConfig: release
- platforms:
- - windows_x64
- jobParameters:
- testGroup: innerloop
- pgoType: 'PGO'
+ jobTemplate: /eng/pipelines/coreclr/templates/build-job.yml
+ buildConfig: release
+ platforms:
+ - windows_x64
+ jobParameters:
+ testGroup: innerloop
+ pgoType: 'PGO'
#
# PGO Build
#
-- template: /eng/pipelines/installer/installer-matrix.yml
- parameters:
- buildConfig: Release
- jobParameters:
+ - template: /eng/pipelines/installer/installer-matrix.yml
+ parameters:
+ buildConfig: Release
+ jobParameters:
+ isOfficialBuild: ${{ variables.isOfficialBuild }}
+ liveRuntimeBuildConfig: release
+ liveLibrariesBuildConfig: ${{ variables.debugOnPrReleaseOnRolling }}
+ pgoType: 'PGO'
+ platforms:
+ - windows_x64
+
+- ${{ if eq(variables.isOfficialBuild, true) }}:
+ - template: /eng/pipelines/official/stages/publish.yml
+ parameters:
isOfficialBuild: ${{ variables.isOfficialBuild }}
- liveRuntimeBuildConfig: release
- liveLibrariesBuildConfig: ${{ variables.debugOnPrReleaseOnRolling }}
- pgoType: 'PGO'
- platforms:
- - windows_x64