Trying this.
This commit is contained in:
parent
3e36cb5954
commit
ac93cd2683
1 changed files with 28 additions and 28 deletions
56
.vsts-ci.yml
56
.vsts-ci.yml
|
@ -108,7 +108,7 @@ extends:
|
||||||
buildArchitecture: x64
|
buildArchitecture: x64
|
||||||
additionalBuildParameters: '/p:PublishInternalAsset=true'
|
additionalBuildParameters: '/p:PublishInternalAsset=true'
|
||||||
runTests: true
|
runTests: true
|
||||||
OneESPT: ${{ variables._OneESPT }}
|
OneESPT: $(_OneESPT)
|
||||||
|
|
||||||
# Linux
|
# Linux
|
||||||
- template: eng/build.yml@self
|
- template: eng/build.yml@self
|
||||||
|
@ -120,7 +120,7 @@ extends:
|
||||||
buildArchitecture: x64
|
buildArchitecture: x64
|
||||||
linuxPortable: true
|
linuxPortable: true
|
||||||
runTests: true
|
runTests: true
|
||||||
OneESPT: ${{ variables._OneESPT }}
|
OneESPT: $(_OneESPT)
|
||||||
- template: eng/build.yml@self
|
- template: eng/build.yml@self
|
||||||
parameters:
|
parameters:
|
||||||
agentOs: Linux
|
agentOs: Linux
|
||||||
|
@ -130,7 +130,7 @@ extends:
|
||||||
buildArchitecture: x64
|
buildArchitecture: x64
|
||||||
linuxPortable: true
|
linuxPortable: true
|
||||||
runTests: true
|
runTests: true
|
||||||
OneESPT: ${{ variables._OneESPT }}
|
OneESPT: $(_OneESPT)
|
||||||
- template: eng/build.yml@self
|
- template: eng/build.yml@self
|
||||||
parameters:
|
parameters:
|
||||||
agentOs: Linux
|
agentOs: Linux
|
||||||
|
@ -140,7 +140,7 @@ extends:
|
||||||
buildArchitecture: x64
|
buildArchitecture: x64
|
||||||
linuxPortable: false
|
linuxPortable: false
|
||||||
runTests: true
|
runTests: true
|
||||||
OneESPT: ${{ variables._OneESPT }}
|
OneESPT: $(_OneESPT)
|
||||||
- template: eng/build.yml@self
|
- template: eng/build.yml@self
|
||||||
parameters:
|
parameters:
|
||||||
agentOs: Linux
|
agentOs: Linux
|
||||||
|
@ -151,7 +151,7 @@ extends:
|
||||||
additionalBuildParameters: '/p:BuildSdkDeb=true'
|
additionalBuildParameters: '/p:BuildSdkDeb=true'
|
||||||
linuxPortable: false
|
linuxPortable: false
|
||||||
runTests: true
|
runTests: true
|
||||||
OneESPT: ${{ variables._OneESPT }}
|
OneESPT: $(_OneESPT)
|
||||||
- template: eng/build.yml@self
|
- template: eng/build.yml@self
|
||||||
parameters:
|
parameters:
|
||||||
agentOs: Linux
|
agentOs: Linux
|
||||||
|
@ -162,7 +162,7 @@ extends:
|
||||||
linuxPortable: true
|
linuxPortable: true
|
||||||
# Never run tests on arm64
|
# Never run tests on arm64
|
||||||
runTests: false
|
runTests: false
|
||||||
OneESPT: ${{ variables._OneESPT }}
|
OneESPT: $(_OneESPT)
|
||||||
- template: eng/build.yml@self
|
- template: eng/build.yml@self
|
||||||
parameters:
|
parameters:
|
||||||
agentOs: Linux
|
agentOs: Linux
|
||||||
|
@ -175,7 +175,7 @@ extends:
|
||||||
additionalBuildParameters: '/p:HostOSName="linux-musl"'
|
additionalBuildParameters: '/p:HostOSName="linux-musl"'
|
||||||
linuxPortable: false
|
linuxPortable: false
|
||||||
runTests: true
|
runTests: true
|
||||||
OneESPT: ${{ variables._OneESPT }}
|
OneESPT: $(_OneESPT)
|
||||||
- template: eng/build.yml@self
|
- template: eng/build.yml@self
|
||||||
parameters:
|
parameters:
|
||||||
agentOs: Linux
|
agentOs: Linux
|
||||||
|
@ -184,7 +184,7 @@ extends:
|
||||||
buildArchitecture: x64
|
buildArchitecture: x64
|
||||||
linuxPortable: true
|
linuxPortable: true
|
||||||
runTests: true
|
runTests: true
|
||||||
OneESPT: ${{ variables._OneESPT }}
|
OneESPT: $(_OneESPT)
|
||||||
|
|
||||||
# MacOS
|
# MacOS
|
||||||
- template: eng/build.yml@self
|
- template: eng/build.yml@self
|
||||||
|
@ -194,7 +194,7 @@ extends:
|
||||||
buildConfiguration: Release
|
buildConfiguration: Release
|
||||||
buildArchitecture: x64
|
buildArchitecture: x64
|
||||||
runTests: true
|
runTests: true
|
||||||
OneESPT: ${{ variables._OneESPT }}
|
OneESPT: $(_OneESPT)
|
||||||
|
|
||||||
# Official/PGO instrumentation Builds
|
# Official/PGO instrumentation Builds
|
||||||
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
||||||
|
@ -207,7 +207,7 @@ extends:
|
||||||
buildArchitecture: x64
|
buildArchitecture: x64
|
||||||
additionalBuildParameters: '/p:PublishInternalAsset=true'
|
additionalBuildParameters: '/p:PublishInternalAsset=true'
|
||||||
runTests: false
|
runTests: false
|
||||||
OneESPT: ${{ variables._OneESPT }}
|
OneESPT: $(_OneESPT)
|
||||||
- template: eng/build.yml@self
|
- template: eng/build.yml@self
|
||||||
parameters:
|
parameters:
|
||||||
agentOs: Windows_NT
|
agentOs: Windows_NT
|
||||||
|
@ -215,7 +215,7 @@ extends:
|
||||||
buildConfiguration: Release
|
buildConfiguration: Release
|
||||||
buildArchitecture: x86
|
buildArchitecture: x86
|
||||||
runTests: false
|
runTests: false
|
||||||
OneESPT: ${{ variables._OneESPT }}
|
OneESPT: $(_OneESPT)
|
||||||
- template: eng/build.yml@self
|
- template: eng/build.yml@self
|
||||||
parameters:
|
parameters:
|
||||||
agentOs: Windows_NT
|
agentOs: Windows_NT
|
||||||
|
@ -223,7 +223,7 @@ extends:
|
||||||
buildConfiguration: Release
|
buildConfiguration: Release
|
||||||
buildArchitecture: arm64
|
buildArchitecture: arm64
|
||||||
runTests: false
|
runTests: false
|
||||||
OneESPT: ${{ variables._OneESPT }}
|
OneESPT: $(_OneESPT)
|
||||||
|
|
||||||
# Linux
|
# Linux
|
||||||
- template: eng/build.yml@self
|
- template: eng/build.yml@self
|
||||||
|
@ -235,7 +235,7 @@ extends:
|
||||||
runtimeIdentifier: 'linux-arm'
|
runtimeIdentifier: 'linux-arm'
|
||||||
linuxPortable: true
|
linuxPortable: true
|
||||||
runTests: false
|
runTests: false
|
||||||
OneESPT: ${{ variables._OneESPT }}
|
OneESPT: $(_OneESPT)
|
||||||
- template: eng/build.yml@self
|
- template: eng/build.yml@self
|
||||||
parameters:
|
parameters:
|
||||||
agentOs: Linux
|
agentOs: Linux
|
||||||
|
@ -245,7 +245,7 @@ extends:
|
||||||
runtimeIdentifier: 'linux-arm64'
|
runtimeIdentifier: 'linux-arm64'
|
||||||
linuxPortable: true
|
linuxPortable: true
|
||||||
runTests: false
|
runTests: false
|
||||||
OneESPT: ${{ variables._OneESPT }}
|
OneESPT: $(_OneESPT)
|
||||||
- template: eng/build.yml@self
|
- template: eng/build.yml@self
|
||||||
parameters:
|
parameters:
|
||||||
agentOs: Linux
|
agentOs: Linux
|
||||||
|
@ -257,7 +257,7 @@ extends:
|
||||||
additionalBuildParameters: '/p:OSName="linux-musl"'
|
additionalBuildParameters: '/p:OSName="linux-musl"'
|
||||||
linuxPortable: false
|
linuxPortable: false
|
||||||
runTests: false
|
runTests: false
|
||||||
OneESPT: ${{ variables._OneESPT }}
|
OneESPT: $(_OneESPT)
|
||||||
- template: eng/build.yml@self
|
- template: eng/build.yml@self
|
||||||
parameters:
|
parameters:
|
||||||
agentOs: Linux
|
agentOs: Linux
|
||||||
|
@ -268,7 +268,7 @@ extends:
|
||||||
additionalBuildParameters: '/p:OSName="linux-musl"'
|
additionalBuildParameters: '/p:OSName="linux-musl"'
|
||||||
linuxPortable: false
|
linuxPortable: false
|
||||||
runTests: false
|
runTests: false
|
||||||
OneESPT: ${{ variables._OneESPT }}
|
OneESPT: $(_OneESPT)
|
||||||
- template: eng/build.yml@self
|
- template: eng/build.yml@self
|
||||||
parameters:
|
parameters:
|
||||||
agentOs: Linux
|
agentOs: Linux
|
||||||
|
@ -281,7 +281,7 @@ extends:
|
||||||
additionalBuildParameters: '/p:HostOSName="linux-musl"'
|
additionalBuildParameters: '/p:HostOSName="linux-musl"'
|
||||||
linuxPortable: false
|
linuxPortable: false
|
||||||
runTests: false
|
runTests: false
|
||||||
OneESPT: ${{ variables._OneESPT }}
|
OneESPT: $(_OneESPT)
|
||||||
- template: eng/build.yml@self
|
- template: eng/build.yml@self
|
||||||
parameters:
|
parameters:
|
||||||
agentOs: Linux
|
agentOs: Linux
|
||||||
|
@ -294,7 +294,7 @@ extends:
|
||||||
additionalBuildParameters: '/p:PublishBinariesAndBadge=false /p:BuildSdkDeb=true'
|
additionalBuildParameters: '/p:PublishBinariesAndBadge=false /p:BuildSdkDeb=true'
|
||||||
linuxPortable: true
|
linuxPortable: true
|
||||||
runTests: false
|
runTests: false
|
||||||
OneESPT: ${{ variables._OneESPT }}
|
OneESPT: $(_OneESPT)
|
||||||
- template: eng/build.yml@self
|
- template: eng/build.yml@self
|
||||||
parameters:
|
parameters:
|
||||||
agentOs: Linux
|
agentOs: Linux
|
||||||
|
@ -307,7 +307,7 @@ extends:
|
||||||
additionalBuildParameters: '/p:PublishBinariesAndBadge=false /p:IsRPMBasedDistro=true'
|
additionalBuildParameters: '/p:PublishBinariesAndBadge=false /p:IsRPMBasedDistro=true'
|
||||||
linuxPortable: true
|
linuxPortable: true
|
||||||
runTests: false
|
runTests: false
|
||||||
OneESPT: ${{ variables._OneESPT }}
|
OneESPT: $(_OneESPT)
|
||||||
- template: eng/build.yml@self
|
- template: eng/build.yml@self
|
||||||
parameters:
|
parameters:
|
||||||
agentOs: Linux
|
agentOs: Linux
|
||||||
|
@ -321,7 +321,7 @@ extends:
|
||||||
additionalBuildParameters: '/p:PublishBinariesAndBadge=false /p:CLIBUILD_SKIP_TESTS=true /p:IsRPMBasedDistro=true'
|
additionalBuildParameters: '/p:PublishBinariesAndBadge=false /p:CLIBUILD_SKIP_TESTS=true /p:IsRPMBasedDistro=true'
|
||||||
linuxPortable: true
|
linuxPortable: true
|
||||||
runTests: false
|
runTests: false
|
||||||
OneESPT: ${{ variables._OneESPT }}
|
OneESPT: $(_OneESPT)
|
||||||
- template: eng/build.yml@self
|
- template: eng/build.yml@self
|
||||||
parameters:
|
parameters:
|
||||||
agentOs: Linux
|
agentOs: Linux
|
||||||
|
@ -330,7 +330,7 @@ extends:
|
||||||
buildArchitecture: x64
|
buildArchitecture: x64
|
||||||
linuxPortable: true
|
linuxPortable: true
|
||||||
runTests: false
|
runTests: false
|
||||||
OneESPT: ${{ variables._OneESPT }}
|
OneESPT: $(_OneESPT)
|
||||||
|
|
||||||
# MacOS
|
# MacOS
|
||||||
- template: eng/build.yml@self
|
- template: eng/build.yml@self
|
||||||
|
@ -340,7 +340,7 @@ extends:
|
||||||
buildConfiguration: Release
|
buildConfiguration: Release
|
||||||
buildArchitecture: x64
|
buildArchitecture: x64
|
||||||
runTests: false
|
runTests: false
|
||||||
OneESPT: ${{ variables._OneESPT }}
|
OneESPT: $(_OneESPT)
|
||||||
- template: eng/build.yml@self
|
- template: eng/build.yml@self
|
||||||
parameters:
|
parameters:
|
||||||
agentOs: Darwin
|
agentOs: Darwin
|
||||||
|
@ -349,7 +349,7 @@ extends:
|
||||||
buildConfiguration: Release
|
buildConfiguration: Release
|
||||||
buildArchitecture: arm64
|
buildArchitecture: arm64
|
||||||
runTests: false
|
runTests: false
|
||||||
OneESPT: ${{ variables._OneESPT }}
|
OneESPT: $(_OneESPT)
|
||||||
|
|
||||||
# Windows PGO Instrumentation
|
# Windows PGO Instrumentation
|
||||||
- template: eng/build.yml@self
|
- template: eng/build.yml@self
|
||||||
|
@ -361,7 +361,7 @@ extends:
|
||||||
buildArchitecture: x64
|
buildArchitecture: x64
|
||||||
additionalBuildParameters: '/p:PublishInternalAsset=true'
|
additionalBuildParameters: '/p:PublishInternalAsset=true'
|
||||||
runTests: false
|
runTests: false
|
||||||
OneESPT: ${{ variables._OneESPT }}
|
OneESPT: $(_OneESPT)
|
||||||
- template: eng/build.yml@self
|
- template: eng/build.yml@self
|
||||||
parameters:
|
parameters:
|
||||||
agentOs: Windows_NT
|
agentOs: Windows_NT
|
||||||
|
@ -370,7 +370,7 @@ extends:
|
||||||
buildConfiguration: Release
|
buildConfiguration: Release
|
||||||
buildArchitecture: x86
|
buildArchitecture: x86
|
||||||
runTests: false
|
runTests: false
|
||||||
OneESPT: ${{ variables._OneESPT }}
|
OneESPT: $(_OneESPT)
|
||||||
- template: eng/build.yml@self
|
- template: eng/build.yml@self
|
||||||
parameters:
|
parameters:
|
||||||
agentOs: Windows_NT
|
agentOs: Windows_NT
|
||||||
|
@ -379,7 +379,7 @@ extends:
|
||||||
buildConfiguration: Release
|
buildConfiguration: Release
|
||||||
buildArchitecture: arm64
|
buildArchitecture: arm64
|
||||||
runTests: false
|
runTests: false
|
||||||
OneESPT: ${{ variables._OneESPT }}
|
OneESPT: $(_OneESPT)
|
||||||
|
|
||||||
# Linux PGO Instrumentation
|
# Linux PGO Instrumentation
|
||||||
- template: eng/build.yml@self
|
- template: eng/build.yml@self
|
||||||
|
@ -391,7 +391,7 @@ extends:
|
||||||
buildArchitecture: x64
|
buildArchitecture: x64
|
||||||
linuxPortable: true
|
linuxPortable: true
|
||||||
runTests: false
|
runTests: false
|
||||||
OneESPT: ${{ variables._OneESPT }}
|
OneESPT: $(_OneESPT)
|
||||||
- template: eng/build.yml@self
|
- template: eng/build.yml@self
|
||||||
parameters:
|
parameters:
|
||||||
agentOs: Linux
|
agentOs: Linux
|
||||||
|
@ -401,7 +401,7 @@ extends:
|
||||||
buildArchitecture: arm64
|
buildArchitecture: arm64
|
||||||
linuxPortable: true
|
linuxPortable: true
|
||||||
runTests: false
|
runTests: false
|
||||||
OneESPT: ${{ variables._OneESPT }}
|
OneESPT: $(_OneESPT)
|
||||||
|
|
||||||
# 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