From 71a7ba434f202a6c7b49dd85c0a1b29420461608 Mon Sep 17 00:00:00 2001 From: Artak <34246760+mkArtakMSFT@users.noreply.github.com> Date: Wed, 27 Nov 2019 08:54:35 -0800 Subject: [PATCH] Fixed the name of the build_components satage --- .azure/pipelines/devBuilds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/pipelines/devBuilds.yml b/.azure/pipelines/devBuilds.yml index c92cd7c2a8..bbdcf4385a 100644 --- a/.azure/pipelines/devBuilds.yml +++ b/.azure/pipelines/devBuilds.yml @@ -10,7 +10,7 @@ trigger: - master stages: -- stage: build components +- stage: build_components displayName: Build Components jobs: # Build components on Windows (x64)