Skip to content

Commit 9ee9fa8

Browse files
authored
Remove PGO legs from SDK official build (#48967)
1 parent 4c91ca3 commit 9ee9fa8

File tree

1 file changed

+0
-42
lines changed

1 file changed

+0
-42
lines changed

.vsts-ci.yml

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -145,33 +145,6 @@ extends:
145145
_SignType: real
146146
dependsOn: Official_windows_x64
147147
downloadManifestMsiPackages: true
148-
### PGO ###
149-
- categoryName: PGO
150-
pgoInstrument: true
151-
publishArgument: $(_publishArgument)
152-
signArgument: $(_signArgument)
153-
officialBuildProperties: $(_officialBuildProperties)
154-
runTests: false
155-
variables:
156-
_SignType: real
157-
- categoryName: PGO
158-
pgoInstrument: true
159-
targetArchitecture: x86
160-
publishArgument: $(_publishArgument)
161-
signArgument: $(_signArgument)
162-
officialBuildProperties: $(_officialBuildProperties)
163-
runTests: false
164-
variables:
165-
_SignType: real
166-
- categoryName: PGO
167-
pgoInstrument: true
168-
targetArchitecture: arm64
169-
publishArgument: $(_publishArgument)
170-
signArgument: $(_signArgument)
171-
officialBuildProperties: $(_officialBuildProperties)
172-
runTests: false
173-
variables:
174-
_SignType: real
175148

176149
############### LINUX ###############
177150
- template: /eng/pipelines/templates/jobs/sdk-job-matrix.yml@self
@@ -266,21 +239,6 @@ extends:
266239
officialBuildProperties: $(_officialBuildProperties)
267240
osProperties: /p:OSName=linux-musl
268241
runTests: false
269-
### PGO ###
270-
- categoryName: PGO
271-
pgoInstrument: true
272-
publishArgument: $(_publishArgument)
273-
officialBuildProperties: $(_officialBuildProperties)
274-
osProperties: $(linuxOsPortableProperties)
275-
runTests: false
276-
- categoryName: PGO
277-
pgoInstrument: true
278-
targetArchitecture: arm64
279-
runtimeIdentifier: linux-arm64
280-
publishArgument: $(_publishArgument)
281-
officialBuildProperties: $(_officialBuildProperties)
282-
osProperties: $(linuxOsPortableProperties)
283-
runTests: false
284242

285243
############### MACOS ###############
286244
- template: /eng/pipelines/templates/jobs/sdk-job-matrix.yml@self

0 commit comments

Comments
 (0)