Merge pull request #13993 from DrewScoggins/AddArm64PGO
Add Windows and Linux Arm64 PGO instrumented SDKs
This commit is contained in:
commit
2b75d9ffff
1 changed files with 14 additions and 0 deletions
14
.vsts-ci.yml
14
.vsts-ci.yml
|
@ -134,6 +134,13 @@ stages:
|
||||||
_DOTNET_CLI_UI_LANGUAGE: ''
|
_DOTNET_CLI_UI_LANGUAGE: ''
|
||||||
_AdditionalBuildParameters: ''
|
_AdditionalBuildParameters: ''
|
||||||
_TestArg: ''
|
_TestArg: ''
|
||||||
|
Build_Release_arm64:
|
||||||
|
_BuildConfig: Release
|
||||||
|
_BuildArchitecture: arm64
|
||||||
|
_DOTNET_CLI_UI_LANGUAGE: ''
|
||||||
|
_AdditionalBuildParameters: ''
|
||||||
|
# Never run tests on arm64
|
||||||
|
_TestArg: ''
|
||||||
pgoInstrument: true
|
pgoInstrument: true
|
||||||
|
|
||||||
- template: /eng/build.yml
|
- template: /eng/build.yml
|
||||||
|
@ -343,6 +350,13 @@ stages:
|
||||||
_RuntimeIdentifier: ''
|
_RuntimeIdentifier: ''
|
||||||
_BuildArchitecture: 'x64'
|
_BuildArchitecture: 'x64'
|
||||||
_TestArg: ''
|
_TestArg: ''
|
||||||
|
Build_Release_arm64:
|
||||||
|
_BuildConfig: Release
|
||||||
|
_BuildArchitecture: arm64
|
||||||
|
_DOTNET_CLI_UI_LANGUAGE: ''
|
||||||
|
_AdditionalBuildParameters: ''
|
||||||
|
# Never run tests on arm64
|
||||||
|
_TestArg: ''
|
||||||
pgoInstrument: true
|
pgoInstrument: true
|
||||||
|
|
||||||
- template: /eng/build.yml
|
- template: /eng/build.yml
|
||||||
|
|
Loading…
Add table
Reference in a new issue