Skip to content

Commit b80c6e6

Browse files
Steve DanielsonSteve Danielson
authored andcommitted
Azure DevOps - Create abuild pipeline - skipping config step
1 parent ced7cd0 commit b80c6e6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

learn-pr/azure-devops/create-a-build-pipeline/6-create-the-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Exercise - Create the pipeline
88
description: Create an Azure Pipelines project and produce your first build artifact.
9-
ms.date: 09/13/2024
9+
ms.date: 03/21/2025
1010
ms.custom: devdivchpfy22, engagement-fy23
1111
author: steved0x
1212
ms.author: sdanie

learn-pr/azure-devops/create-a-build-pipeline/includes/6-create-the-pipeline.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ When you don't provide an initial YAML file for your project, Azure Pipelines ca
2727
2828
:::image type="content" source="../media/6-configure-app-type.png" alt-text="Screenshot of locating ASP.NET Core from the list of provided application types.":::
2929

30+
> [!NOTE]
31+
> If your repository has an `azure-pipelines.yml` file at the root level, Azure DevOps may skip the **Configure** step. To resolve this issue, remove or rename the file.
32+
3033
1. On the **Review** tab, note the initial build configuration.
3134

3235
:::image type="content" source="../media/6-initial-pipeline-yml.png" alt-text="Screenshot of Azure Pipelines showing the initial build configuration.":::

0 commit comments

Comments
 (0)