Remove tests from official builds (#23056)
* Remove tests from official builds - #22787 nit: _add_ dependency on Windows ARM64 build when publishing to the BAR - not a major problem because this particular build rarely if ever fails - the existence of the correct manifests is much more important * Address nit: `Windows_64_build` -> `Windows_arm64_build`
This commit is contained in:
parent
c4c6e25a06
commit
6c941485fd
|
|
@ -246,7 +246,7 @@ stages:
|
||||||
- template: jobs/default-build.yml
|
- template: jobs/default-build.yml
|
||||||
parameters:
|
parameters:
|
||||||
codeSign: true
|
codeSign: true
|
||||||
jobName: Windows_64_build
|
jobName: Windows_arm64_build
|
||||||
jobDisplayName: "Build: Windows ARM64"
|
jobDisplayName: "Build: Windows ARM64"
|
||||||
agentOs: Windows
|
agentOs: Windows
|
||||||
buildArgs:
|
buildArgs:
|
||||||
|
|
@ -492,6 +492,7 @@ stages:
|
||||||
parameters:
|
parameters:
|
||||||
inputName: Linux_musl_arm64
|
inputName: Linux_musl_arm64
|
||||||
|
|
||||||
|
- ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
|
||||||
# Test jobs
|
# Test jobs
|
||||||
- template: jobs/default-build.yml
|
- template: jobs/default-build.yml
|
||||||
parameters:
|
parameters:
|
||||||
|
|
@ -675,6 +676,7 @@ stages:
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- Windows_build
|
- Windows_build
|
||||||
- Windows_arm_build
|
- Windows_arm_build
|
||||||
|
- Windows_arm64_build
|
||||||
- CodeSign_Xplat_MacOS_x64
|
- CodeSign_Xplat_MacOS_x64
|
||||||
- CodeSign_Xplat_Linux_x64
|
- CodeSign_Xplat_Linux_x64
|
||||||
- CodeSign_Xplat_Linux_arm
|
- CodeSign_Xplat_Linux_arm
|
||||||
|
|
@ -682,11 +684,7 @@ stages:
|
||||||
- CodeSign_Xplat_Linux_musl_x64
|
- CodeSign_Xplat_Linux_musl_x64
|
||||||
- CodeSign_Xplat_Linux_musl_arm64
|
- CodeSign_Xplat_Linux_musl_arm64
|
||||||
# In addition to the dependencies above, ensure the build was successful overall.
|
# In addition to the dependencies above, ensure the build was successful overall.
|
||||||
- Linux_Test
|
|
||||||
- MacOS_Test
|
|
||||||
- Source_Build
|
- Source_Build
|
||||||
- Windows_Templates_Test
|
|
||||||
- Windows_Test
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: vs2017-win2016
|
vmImage: vs2017-win2016
|
||||||
publishUsingPipelines: ${{ variables._PublishUsingPipelines }}
|
publishUsingPipelines: ${{ variables._PublishUsingPipelines }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue