You are on page 1of 3

1.

This component uses th


2. to play along with the scenario here, as the QA and Production versions of the site are also on
the same machine, albeit on different ports.

Figure 1
Location of Fabrikam Fiber link (development)

3. To pick a simple but visual change to the site for demonstration purposes, let’s say that we need
to change “Fabrikam Fiber Support” to “Fabrikam Fiber Support v2.0”. Back in Visual Studio,
open _Layout.cshtml from FabrikamFiber.Web | Views | Shared.
Figure 2
Location of _Layout.cshtml

4. In _Layout.cshtml, locate the h2 tag that contains the “Support” text and change it to be
“Support v2.0”.

Figure 3
Modifying the web site

5. In Team Explorer – Pending Changes, select the Check In button. Select Yes if prompted to save
changes and check in.

Figure 4
Checking in change

Task 3: Monitoring the Build and Release


1. If you quickly open Team Explorer – Builds, you should see that the check in triggered a build.
Double-click on the build.

Figure 5
Opening build in progress

You might also like