Skip to content

Commit 1fca1d5

Browse files
committed
update
1 parent 2a20ef5 commit 1fca1d5

File tree

2 files changed

+13
-20
lines changed

2 files changed

+13
-20
lines changed

GitHub.to Global.docx

1.51 MB
Binary file not shown.

readme.md

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Task 1 -- Installing Azure Pipelines
111111
1. Switch to the browser tab open to the root of your GitHub fork. It
112112
should be something like <https://github.com/account/ContosoAir>.
113113

114-
\> **Talk track:** In this demo, we will help Contoso Air revamp a
114+
In this demo, we will help Contoso Air revamp a
115115
critical component of their DevOps scenario. Like all airlines, they
116116
rely on their web site to generate and manage business
117117
opportunities. However, the current processes they have in place to
@@ -132,17 +132,17 @@ Task 1 -- Installing Azure Pipelines
132132
![](./images/image1.png){width="5.749281496062992in"
133133
height="0.49993766404199474in"}
134134

135-
3. Search for **"pipelines"** and click **Azure Pipelines**.
136-
137-
![](./images/image2.png){width="5.634712379702537in"
138-
height="1.3956583552055992in"}
139-
140-
\> **Talk track:** Azure Pipelines is free to use for both public
135+
3. Search for **"pipelines"** and click **Azure Pipelines**. Azure Pipelines is free to use for both public
141136
and private repos. If you have a need to scale your builds, you can
142137
add parallel job support for a nominal fee. Installing it into your
143138
GitHub account involves just a few clicks, and you can configure
144139
exactly which repos you want to grant it access to.
145140

141+
![](./images/image2.png){width="5.634712379702537in"
142+
height="1.3956583552055992in"}
143+
144+
145+
146146
4. Scroll to the bottom and click **Install it for free**.
147147

148148
![](./images/image3.png){width="6.0375in"
@@ -173,11 +173,8 @@ Task 1 -- Installing Azure Pipelines
173173

174174
Task 2 -- Configuring an Azure Continuous Integration Pipeline
175175
--------------------------------------------------------------
176-
177-
\> **Talk track:** Now that Azure Pipelines has been installed in the
178-
GitHub account, we can configure Azure DevOps to use it. We created an
179-
empty Azure DevOps project ahead of time to hold and run the pipelines
180-
we need for continuous integration and continuous delivery. The first
176+
Now that Azure Pipelines has been installed in the GitHub account, we can configure Azure DevOps to use it. We created an
177+
empty Azure DevOps project ahead of time to hold and run the pipelines we need for continuous integration and continuous delivery. The first
181178
thing we'll do is to create the build pipeline.
182179

183180
1. Select the organization and Azure DevOps project created ahead of
@@ -275,12 +272,9 @@ thing we'll do is to create the build pipeline.
275272
Task 3 -- Configuring an Azure Continuous Delivery Pipeline
276273
-----------------------------------------------------------
277274

278-
\> **Talk track:** Now that the build pipeline has been created and the
279-
first build has completed, we can turn our attention to creating a
280-
release pipeline. Like the build templates, there are many packaged
281-
options available that cover common deployment scenarios, such as
282-
publishing to Azure. But to illustrate how flexible and productive the
283-
experience is, we will build this pipeline from an empty template.
275+
Now that the build pipeline has been created and the first build has completed, we can turn our attention to creating a
276+
release pipeline. Like the build templates, there are many packaged options available that cover common deployment scenarios, such as
277+
publishing to Azure. But to illustrate how flexible and productive the experience is, we will build this pipeline from an empty template.
284278

285279
1. Click **Release**.
286280

@@ -292,8 +286,7 @@ experience is, we will build this pipeline from an empty template.
292286
![](./images/image14.png){width="2.239303368328959in"
293287
height="0.6457524059492563in"}
294288

295-
\> **Talk track:** The first item to define in a release pipeline is
296-
exactly what will be released and when. In our case, it's the output
289+
\> The first item to define in a release pipeline is exactly what will be released and when. In our case, it's the output
297290
generated from the build pipeline. Note that we could also assign a
298291
schedule, such as if we wanted to release the latest build every
299292
night.

0 commit comments

Comments
 (0)