From c24a20f32bf989586590b8c3b5f5f82061f59d05 Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Tue, 21 May 2024 15:20:40 -0700 Subject: [PATCH] [release/8.0.3xx-staging] Remove PGO builds --- .vsts-ci.yml | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 9efb421fd..6c1789fb9 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -325,53 +325,6 @@ extends: buildArchitecture: arm64 runTests: false - # Windows PGO Instrumentation - - template: eng/build.yml@self - parameters: - agentOs: Windows_NT - pgoInstrument: true - jobName: Build_Release_x64 - buildConfiguration: Release - buildArchitecture: x64 - additionalBuildParameters: '/p:PublishInternalAsset=true' - runTests: false - - template: eng/build.yml@self - parameters: - agentOs: Windows_NT - pgoInstrument: true - jobName: Build_Release_x86 - buildConfiguration: Release - buildArchitecture: x86 - runTests: false - - template: eng/build.yml@self - parameters: - agentOs: Windows_NT - pgoInstrument: true - jobName: Build_Release_arm64 - buildConfiguration: Release - buildArchitecture: arm64 - runTests: false - - # Linux PGO Instrumentation - - template: eng/build.yml@self - parameters: - agentOs: Linux - pgoInstrument: true - jobName: Build_LinuxPortable_Release_x64 - buildConfiguration: Release - buildArchitecture: x64 - linuxPortable: true - runTests: false - - template: eng/build.yml@self - parameters: - agentOs: Linux - pgoInstrument: true - jobName: Build_Release_arm64 - buildConfiguration: Release - buildArchitecture: arm64 - linuxPortable: true - runTests: false - # Source Build - template: /eng/common/templates-official/jobs/source-build.yml@self