Does this work?

This commit is contained in:
Michael Yanni 2024-03-18 13:48:23 -07:00
parent 3ac27e46a8
commit 414e1f754c

View file

@ -106,7 +106,7 @@ extends:
buildArchitecture: x64
additionalBuildParameters: '/p:PublishInternalAsset=true'
runTests: true
OneESPT: true
OneESPT: $(OneESPT)
# Linux
- template: eng/build.yml@self
@ -118,7 +118,7 @@ extends:
buildArchitecture: x64
linuxPortable: true
runTests: true
OneESPT: true
OneESPT: $(OneESPT)
- template: eng/build.yml@self
parameters:
agentOs: Linux
@ -128,7 +128,7 @@ extends:
buildArchitecture: x64
linuxPortable: true
runTests: true
OneESPT: true
OneESPT: $(OneESPT)
- template: eng/build.yml@self
parameters:
agentOs: Linux
@ -138,7 +138,7 @@ extends:
buildArchitecture: x64
linuxPortable: false
runTests: true
OneESPT: true
OneESPT: $(OneESPT)
- template: eng/build.yml@self
parameters:
agentOs: Linux
@ -149,7 +149,7 @@ extends:
additionalBuildParameters: '/p:BuildSdkDeb=true'
linuxPortable: false
runTests: true
OneESPT: true
OneESPT: $(OneESPT)
- template: eng/build.yml@self
parameters:
agentOs: Linux
@ -160,7 +160,7 @@ extends:
linuxPortable: true
# Never run tests on arm64
runTests: false
OneESPT: true
OneESPT: $(OneESPT)
- template: eng/build.yml@self
parameters:
agentOs: Linux
@ -173,7 +173,7 @@ extends:
additionalBuildParameters: '/p:HostOSName="linux-musl"'
linuxPortable: false
runTests: true
OneESPT: true
OneESPT: $(OneESPT)
- template: eng/build.yml@self
parameters:
agentOs: Linux
@ -182,7 +182,7 @@ extends:
buildArchitecture: x64
linuxPortable: true
runTests: true
OneESPT: true
OneESPT: $(OneESPT)
# MacOS
- template: eng/build.yml@self
@ -192,7 +192,7 @@ extends:
buildConfiguration: Release
buildArchitecture: x64
runTests: true
OneESPT: true
OneESPT: $(OneESPT)
# Official/PGO instrumentation Builds
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
@ -205,7 +205,7 @@ extends:
buildArchitecture: x64
additionalBuildParameters: '/p:PublishInternalAsset=true'
runTests: false
OneESPT: true
OneESPT: $(OneESPT)
- template: eng/build.yml@self
parameters:
agentOs: Windows_NT
@ -213,7 +213,7 @@ extends:
buildConfiguration: Release
buildArchitecture: x86
runTests: false
OneESPT: true
OneESPT: $(OneESPT)
- template: eng/build.yml@self
parameters:
agentOs: Windows_NT
@ -221,7 +221,7 @@ extends:
buildConfiguration: Release
buildArchitecture: arm64
runTests: false
OneESPT: true
OneESPT: $(OneESPT)
# Linux
- template: eng/build.yml@self
@ -233,7 +233,7 @@ extends:
runtimeIdentifier: 'linux-arm'
linuxPortable: true
runTests: false
OneESPT: true
OneESPT: $(OneESPT)
- template: eng/build.yml@self
parameters:
agentOs: Linux
@ -243,7 +243,7 @@ extends:
runtimeIdentifier: 'linux-arm64'
linuxPortable: true
runTests: false
OneESPT: true
OneESPT: $(OneESPT)
- template: eng/build.yml@self
parameters:
agentOs: Linux
@ -255,7 +255,7 @@ extends:
additionalBuildParameters: '/p:OSName="linux-musl"'
linuxPortable: false
runTests: false
OneESPT: true
OneESPT: $(OneESPT)
- template: eng/build.yml@self
parameters:
agentOs: Linux
@ -266,7 +266,7 @@ extends:
additionalBuildParameters: '/p:OSName="linux-musl"'
linuxPortable: false
runTests: false
OneESPT: true
OneESPT: $(OneESPT)
- template: eng/build.yml@self
parameters:
agentOs: Linux
@ -279,7 +279,7 @@ extends:
additionalBuildParameters: '/p:HostOSName="linux-musl"'
linuxPortable: false
runTests: false
OneESPT: true
OneESPT: $(OneESPT)
- template: eng/build.yml@self
parameters:
agentOs: Linux
@ -292,7 +292,7 @@ extends:
additionalBuildParameters: '/p:PublishBinariesAndBadge=false /p:BuildSdkDeb=true'
linuxPortable: true
runTests: false
OneESPT: true
OneESPT: $(OneESPT)
- template: eng/build.yml@self
parameters:
agentOs: Linux
@ -305,7 +305,7 @@ extends:
additionalBuildParameters: '/p:PublishBinariesAndBadge=false /p:IsRPMBasedDistro=true'
linuxPortable: true
runTests: false
OneESPT: true
OneESPT: $(OneESPT)
- template: eng/build.yml@self
parameters:
agentOs: Linux
@ -319,7 +319,7 @@ extends:
additionalBuildParameters: '/p:PublishBinariesAndBadge=false /p:CLIBUILD_SKIP_TESTS=true /p:IsRPMBasedDistro=true'
linuxPortable: true
runTests: false
OneESPT: true
OneESPT: $(OneESPT)
- template: eng/build.yml@self
parameters:
agentOs: Linux
@ -328,7 +328,7 @@ extends:
buildArchitecture: x64
linuxPortable: true
runTests: false
OneESPT: true
OneESPT: $(OneESPT)
# MacOS
- template: eng/build.yml@self
@ -338,7 +338,7 @@ extends:
buildConfiguration: Release
buildArchitecture: x64
runTests: false
OneESPT: true
OneESPT: $(OneESPT)
- template: eng/build.yml@self
parameters:
agentOs: Darwin
@ -347,7 +347,7 @@ extends:
buildConfiguration: Release
buildArchitecture: arm64
runTests: false
OneESPT: true
OneESPT: $(OneESPT)
# Windows PGO Instrumentation
- template: eng/build.yml@self
@ -359,7 +359,7 @@ extends:
buildArchitecture: x64
additionalBuildParameters: '/p:PublishInternalAsset=true'
runTests: false
OneESPT: true
OneESPT: $(OneESPT)
- template: eng/build.yml@self
parameters:
agentOs: Windows_NT
@ -368,7 +368,7 @@ extends:
buildConfiguration: Release
buildArchitecture: x86
runTests: false
OneESPT: true
OneESPT: $(OneESPT)
- template: eng/build.yml@self
parameters:
agentOs: Windows_NT
@ -377,7 +377,7 @@ extends:
buildConfiguration: Release
buildArchitecture: arm64
runTests: false
OneESPT: true
OneESPT: $(OneESPT)
# Linux PGO Instrumentation
- template: eng/build.yml@self
@ -389,7 +389,7 @@ extends:
buildArchitecture: x64
linuxPortable: true
runTests: false
OneESPT: true
OneESPT: $(OneESPT)
- template: eng/build.yml@self
parameters:
agentOs: Linux
@ -399,7 +399,7 @@ extends:
buildArchitecture: arm64
linuxPortable: true
runTests: false
OneESPT: true
OneESPT: $(OneESPT)
# Source Build
- template: /eng/common/templates-official/jobs/source-build.yml@self