Skip to content

Commit 0716cbd

Browse files
authored
Merge pull request #48784 from lootle1/MR70
Technical Review 1016251: Implement a code workflow in your build pip…
2 parents 623972b + 2291746 commit 0716cbd

17 files changed

+33
-33
lines changed

learn-pr/azure-devops/implement-code-workflow/1-introduction.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: Introduction
88
description: See what you'll learn and set up your development environment.
9-
ms.date: 10/24/2023
9+
ms.date: 1/21/2025
1010
author: juliakm
1111
ms.author: jukullam
1212
ms.custom: devdivchpfy22

learn-pr/azure-devops/implement-code-workflow/10-summary.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: Summary
88
description: This unit summarizes what you've learned and provides additional learning resources.
9-
ms.date: 10/24/2023
9+
ms.date: 1/21/2025
1010
author: juliakm
1111
ms.author: jukullam
1212
ms.custom: devdivchpfy22

learn-pr/azure-devops/implement-code-workflow/2-choose-a-code-flow-strategy.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: Choose a code-flow strategy
88
description: Learn the advantages of using a distributed version-control system such as Git.
9-
ms.date: 10/24/2023
9+
ms.date: 1/21/2025
1010
author: juliakm
1111
ms.author: jukullam
1212
ms.custom: devdivchpfy22

learn-pr/azure-devops/implement-code-workflow/3-set-up-environment.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 - Set up your Azure DevOps environment
88
description: Run a template to set up your Azure DevOps environment.
9-
ms.date: 10/24/2023
9+
ms.date: 1/21/2025
1010
author: juliakm
1111
ms.author: jukullam
1212
ms.custom: devdivchpfy22

learn-pr/azure-devops/implement-code-workflow/4-create-pull-request.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 a pull request
88
description: Use a pull request to propose changes you'd like to make to the codebase.
9-
ms.date: 10/24/2023
9+
ms.date: 1/21/2025
1010
author: juliakm
1111
ms.author: jukullam
1212
ms.custom: devdivchpfy22

learn-pr/azure-devops/implement-code-workflow/5-push-a-change.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 - Push a change through the pipeline
88
description: Practice the entire process by adding a feature to a branch and then pushing that branch to GitHub.
9-
ms.date: 10/24/2023
9+
ms.date: 1/21/2025
1010
author: juliakm
1111
ms.author: jukullam
1212
ms.custom: devdivchpfy22

learn-pr/azure-devops/implement-code-workflow/6-add-build-badge.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 - Add a build badge
88
description: Add a build badge to the README.md file on GitHub so others can see its status at a glance.
9-
ms.date: 10/24/2023
9+
ms.date: 1/21/2025
1010
author: juliakm
1111
ms.author: jukullam
1212
ms.custom: devdivchpfy22

learn-pr/azure-devops/implement-code-workflow/7-track-build-history.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 - Track your build history
88
description: Add a widget to the dashboard to track the history of your builds.
9-
ms.date: 10/24/2023
9+
ms.date: 1/21/2025
1010
author: juliakm
1111
ms.author: jukullam
1212
ms.custom: devdivchpfy22

learn-pr/azure-devops/implement-code-workflow/8-require-reviewer.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 - Add a rule to require a review
88
description: Set up a rule on GitHub that requires a reviewer to approve changes before they can be merged into the main branch.
9-
ms.date: 10/24/2023
9+
ms.date: 1/21/2025
1010
author: juliakm
1111
ms.author: jukullam
1212
ms.custom: devdivchpfy22

learn-pr/azure-devops/implement-code-workflow/9-clean-up-environment.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 - Clean up your Azure DevOps environment
88
description: Clean up your Azure DevOps environment and disable your build pipeline.
9-
ms.date: 10/24/2023
9+
ms.date: 1/21/2025
1010
author: juliakm
1111
ms.author: jukullam
1212
ms.custom: devdivchpfy22

0 commit comments

Comments
 (0)