From bf3d0aa40b86f619810c1a99e8dc1d25240131bb Mon Sep 17 00:00:00 2001 From: Eric Johnson Date: Fri, 27 Sep 2024 11:06:28 -0700 Subject: [PATCH] fix build stages (#3905) --- build/azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 7ba32837b2..0cd24bdb80 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -132,6 +132,7 @@ extends: targetPath: DevHomeStub\DevHomeStubPackage\AppxPackages - stage: Build_DevHome + dependsOn: [] jobs: - ${{ each configuration in parameters.Configurations }}: - ${{ each platform in parameters.Platforms }}: @@ -374,7 +375,7 @@ extends: - stage: Test dependsOn: [Build_DevHome] - condition: ${{ containsValue(parameters.Configurations, 'release') }} + condition: and(in(dependencies.Build_DevHome.result, 'Succeeded'), ${{ containsValue(parameters.Configurations, 'release') }}) jobs: - job: DevHomeWin11x64Test pool: server @@ -550,8 +551,7 @@ extends: targetPath: AppxBundles\Debug - stage: Store_Publish - dependsOn: - - Build_MsixBundle + dependsOn: [Build_MsixBundle, Test] condition: | and (