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:
authorAndy Gocke <angocke@microsoft.com>2021-02-26 22:29:22 +0300
committerGitHub <noreply@github.com>2021-02-26 22:29:22 +0300
commit9f96e9e3e6938dc85b13518584a2ab3e7cca5488 (patch)
tree7b4034987f97c5194c00fe73307ed85945870e59 /eng/pipelines/runtime-official.yml
parent831c061e03ed6a4cca67faa6b5ee3fc281651d80 (diff)
Pass along PGO type and use it in artifacts names (#48171)
Most artifacts produced by the PGO builds should now have 'PGO' prefixes or suffixes to distinguish them.
Diffstat (limited to 'eng/pipelines/runtime-official.yml')
-rw-r--r--eng/pipelines/runtime-official.yml52
1 files changed, 26 insertions, 26 deletions
diff --git a/eng/pipelines/runtime-official.yml b/eng/pipelines/runtime-official.yml
index 755ebbebb5e..dfc42893577 100644
--- a/eng/pipelines/runtime-official.yml
+++ b/eng/pipelines/runtime-official.yml
@@ -327,32 +327,32 @@ stages:
- windows_arm
- windows_arm64
-# #
-# # 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'
-#
-# #
-# # PGO Build
-# #
-# - template: /eng/pipelines/installer/installer-matrix.yml
-# parameters:
-# buildConfig: Release
-# jobParameters:
-# isOfficialBuild: ${{ variables.isOfficialBuild }}
-# liveRuntimeBuildConfig: release
-# liveLibrariesBuildConfig: ${{ variables.debugOnPrReleaseOnRolling }}
-# pgoType: 'PGO'
-# platforms:
-# - windows_x64
+ #
+ # 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'
+
+ #
+ # PGO Build
+ #
+ - 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