@@ -111,7 +111,7 @@ Task 1 -- Installing Azure Pipelines
111
111
1 . Switch to the browser tab open to the root of your GitHub fork. It
112
112
should be something like < https://github.com/account/ContosoAir > .
113
113
114
- \> ** Talk track: ** In this demo, we will help Contoso Air revamp a
114
+ In this demo, we will help Contoso Air revamp a
115
115
critical component of their DevOps scenario. Like all airlines, they
116
116
rely on their web site to generate and manage business
117
117
opportunities. However, the current processes they have in place to
@@ -132,17 +132,17 @@ Task 1 -- Installing Azure Pipelines
132
132
![ ] ( ./images/image1.png ) {width="5.749281496062992in"
133
133
height="0.49993766404199474in"}
134
134
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
141
136
and private repos. If you have a need to scale your builds, you can
142
137
add parallel job support for a nominal fee. Installing it into your
143
138
GitHub account involves just a few clicks, and you can configure
144
139
exactly which repos you want to grant it access to.
145
140
141
+ ![ ] ( ./images/image2.png ) {width="5.634712379702537in"
142
+ height="1.3956583552055992in"}
143
+
144
+
145
+
146
146
4 . Scroll to the bottom and click ** Install it for free** .
147
147
148
148
![ ] ( ./images/image3.png ) {width="6.0375in"
@@ -173,11 +173,8 @@ Task 1 -- Installing Azure Pipelines
173
173
174
174
Task 2 -- Configuring an Azure Continuous Integration Pipeline
175
175
--------------------------------------------------------------
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
181
178
thing we'll do is to create the build pipeline.
182
179
183
180
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.
275
272
Task 3 -- Configuring an Azure Continuous Delivery Pipeline
276
273
-----------------------------------------------------------
277
274
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.
284
278
285
279
1 . Click ** Release** .
286
280
@@ -292,8 +286,7 @@ experience is, we will build this pipeline from an empty template.
292
286
![ ] ( ./images/image14.png ) {width="2.239303368328959in"
293
287
height="0.6457524059492563in"}
294
288
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
297
290
generated from the build pipeline. Note that we could also assign a
298
291
schedule, such as if we wanted to release the latest build every
299
292
night.
0 commit comments