You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-fabric/service-fabric-tutorial-deploy-app-with-cicd-vsts.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ In **Tasks**, enter "Azure Pipelines" as the **Agent pool** and **windows-2022**
101
101
102
102
Under **Triggers**, enable continuous integration by checking **Enable continuous integration**. Within **Branch filters**, the **Branch specification** defaults to **master**. Select **Save and queue** to manually start a build.
103
103
104
-
![Select triggers][save-and-queue2]
104
+
![Select triggers][save-and-queue-2]
105
105
106
106
Builds also trigger upon push or check-in. To check your build progress, switch to the **Builds** tab. Once you verify that the build executes successfully, define a release pipeline that deploys your application to a cluster.
107
107
@@ -188,11 +188,11 @@ Advance to the next tutorial:
0 commit comments