[automated] Merge branch 'release/8.0.3xx' => 'release/8.0.4xx' (#19831)
This commit is contained in:
commit
5c235624da
1 changed files with 0 additions and 47 deletions
47
.vsts-ci.yml
47
.vsts-ci.yml
|
@ -325,53 +325,6 @@ extends:
|
||||||
buildArchitecture: arm64
|
buildArchitecture: arm64
|
||||||
runTests: false
|
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
|
# Source Build
|
||||||
- template: /eng/common/templates-official/jobs/source-build.yml@self
|
- template: /eng/common/templates-official/jobs/source-build.yml@self
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue