Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 7c2b063

Browse files
authored
Tests disabled until PU repo is updated.
1 parent a04b70f commit 7c2b063

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Instructions/Labs/AZ400_M06_Enabling_Continuous_Integration_with_Azure_Pipelines.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ In this task, you will create and configure a build pipeline by using a predefin
9898

9999
> **Note**: Note that there are many options that should cover all of our mainstream scenarios. For our purposes here, we'll just build the project using the baseline ASP.NET template. The process for this build pipeline is easy to follow. After getting the source, Azure DevOps will use NuGet to restore any dependent packages. Then, the project will be built and tested. The results will then be published to the configured target.
100100
101-
1. Select the **Tasks** tab and modify the **Agent Specification** from window-2019 to vs2017-win2016, by selecting in the drop down.
102-
101+
1. On the **Tasks** tab, look for **test Assemblies** task , right-click and **disable selected task(s)**.
103102
1. Select the **Variables** tab and review its content.
104103

105104
> **Note**: Here you can configure special parameters to be used during the build, such as the configuration or platform.

0 commit comments

Comments
 (0)