@@ -711,44 +711,14 @@ extends:
711711 - ${{ if notin(variables['Build.Reason'], 'PullRequest') }} :
712712 - template : /eng/common/templates-official/job/publish-build-assets.yml@self
713713 parameters :
714- dependsOn :
715- - Windows_build
716- - ${{ if ne(variables.PostBuildSign, 'true') }} :
717- - CodeSign_Xplat_MacOS_arm64
718- - CodeSign_Xplat_MacOS_x64
719- - CodeSign_Xplat_Linux_x64
720- - CodeSign_Xplat_Linux_arm
721- - CodeSign_Xplat_Linux_arm64
722- - CodeSign_Xplat_Linux_musl_x64
723- - CodeSign_Xplat_Linux_musl_arm
724- - CodeSign_Xplat_Linux_musl_arm64
725- - ${{ if eq(variables.PostBuildSign, 'true') }} :
726- - MacOs_arm64_build
727- - MacOs_x64_build
728- - Linux_x64_build
729- - Linux_arm_build
730- - Linux_arm64_build
731- - Linux_musl_x64_build
732- - Linux_musl_arm_build
733- - Linux_musl_arm64_build
734- # In addition to the dependencies above that provide assets, ensure the build was successful overall.
735- - ${{ if in(variables['Build.Reason'], 'Manual') }} :
736- - Code_check
737- - ${{ if ne(parameters.skipTests, 'true') }} :
738- - Windows_Test
739- - MacOS_Test
740- - Linux_Test
741- - Helix_x64_Subset_1
742- - Helix_x64_Subset_2
743- - ${{ if eq(variables.enableSourceIndex, 'true') }} :
744- - SourceIndexStage1
745- - Source_Build_Managed
714+ dependsOn : []
746715 pool :
747716 name : $(DncEngInternalBuildPool)
748717 demands : ImageOverride -equals 1es-windows-2019
749718 publishUsingPipelines : ${{ variables._PublishUsingPipelines }}
750719 enablePublishBuildArtifacts : true # publish artifacts/log files
751720 publishAssetsImmediately : true # Don't use a separate stage for darc publishing.
721+ isAssetlessBuild : true
752722
753723 - ${{ if notin(variables['Build.Reason'], 'PullRequest') }} :
754724 - template : /eng/common/templates-official/post-build/post-build.yml@self
0 commit comments