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
> Azure DevOps only supports integation with GitHub repositories or Azure Repos Git repositories. Integration with other Git repositories is not supported.
@@ -161,4 +161,3 @@ Once you've configured the connection, you can complete the following tasks.
161
161
-[Trigger an Azure Pipelines run from GitHub Actions](../../pipelines/ecosystems/github-actions.md)
Copy file name to clipboardExpand all lines: docs/pipelines/agents/agents.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -575,8 +575,8 @@ To trigger agent update - request body should be empty.
575
575
>
576
576
## Learn more
577
577
578
-
For more information about agents, see the following modules from the [Build applications with Azure DevOps](/learn/paths/build-applications-with-azure-devops/) learning path.
579
-
* [Choose a Microsoft-hosted or self-hosted build agent](/learn/modules/host-build-agent/2-choose-a-build-agent)
580
-
* [Host your own build agent in Azure Pipelines](/learn/modules/host-build-agent/)
578
+
For more information about agents, see the following modules from the [Build applications with Azure DevOps](/training/paths/build-applications-with-azure-devops/) learning path.
579
+
* [Choose a Microsoft-hosted or self-hosted build agent](/training/modules/host-build-agent/2-choose-a-build-agent)
580
+
* [Host your own build agent in Azure Pipelines](/training/modules/host-build-agent/)
Copy file name to clipboardExpand all lines: docs/pipelines/ecosystems/android.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ You have a working YAML file (`azure-pipelines.yml`) in your repository that's r
63
63
Gradle is a common build tool used for building Android projects. For more information about your options, see the [Gradle](../tasks/build/gradle.md) task.
Copy file name to clipboardExpand all lines: docs/pipelines/ecosystems/ruby.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ For the exact versions of Ruby that are preinstalled, refer to [Microsoft-hosted
53
53
Add the [Use Ruby Version](../tasks/tool/use-ruby-version.md) task to set the version of Ruby used in your pipeline. This snippet adds Ruby 2.4 or later to the path and sets subsequent pipeline tasks to use it.
Copy file name to clipboardExpand all lines: docs/pipelines/ecosystems/xamarin.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ For the exact versions of Xamarin that are preinstalled, refer to [Microsoft-hos
71
71
Create a file named **azure-pipelines.yml** in the root of your repository. Then, add the following snippet to your `azure-pipelines.yml` file to select the appropriate agent pool:
Copy file name to clipboardExpand all lines: docs/pipelines/ecosystems/xcode.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ For the exact versions of Xcode that are preinstalled, refer to [Microsoft-hoste
56
56
Create a file named **azure-pipelines.yml** in the root of your repository. Then, add the following snippet to your `azure-pipelines.yml` file to select the appropriate agent pool:
Copy file name to clipboardExpand all lines: docs/pipelines/overview-azure.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -54,11 +54,11 @@ If you're just getting started, we recommend you review and get started with the
54
54
[DevOps solutions on Azure](https://azure.microsoft.com/solutions/devops/#products)
55
55
:::column-end:::
56
56
:::column span="3":::
57
-
Use end-to-end solutions on Azure to implement DevOps practices throughout application planning, development, delivery, and operations. Apply the right combination of DevOps technologies, culture, and processes to enable continual software delivery and better value for customers. Get started with the following learn modules:
58
-
- [Deploy applications with Azure DevOps](/learn/paths/deploy-applications-with-azure-devops/)
59
-
- [Build applications with Azure DevOps](/learn/paths/build-applications-with-azure-devops/)
60
-
- [Deploy and maintain cloud-native apps with GitHub actions and Azure Pipelines](/learn/modules/cna-deploy-maintain/)
61
-
- [Load test Azure web apps by using Azure DevOps](/learn/modules/load-test-web-app-azure-devops/)
57
+
Use end-to-end solutions on Azure to implement DevOps practices throughout application planning, development, delivery, and operations. Apply the right combination of DevOps technologies, culture, and processes to enable continual software delivery and better value for customers. Get started with the following Learn modules:
58
+
- [Deploy applications with Azure DevOps](/training/paths/deploy-applications-with-azure-devops/)
59
+
- [Build applications with Azure DevOps](/training/paths/build-applications-with-azure-devops/)
60
+
- [Deploy and maintain cloud-native apps with GitHub actions and Azure Pipelines](/training/modules/cna-deploy-maintain/)
61
+
- [Load test Azure web apps by using Azure DevOps](/training/modules/load-test-web-app-azure-devops/)
Copy file name to clipboardExpand all lines: docs/pipelines/release/azure-key-vault.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -233,7 +233,7 @@ In order to access our Azure Key Vault, we must first set up a service principal
233
233
1. The text file should contain our secret: *mysecretpassword*.
234
234
235
235
> [!WARNING]
236
-
> This tutorial is for educational purposes only. For security best practices and how to safely work with secrets, see [Manage secrets in your server apps with Azure Key Vault](/learn/modules/manage-secrets-with-azure-key-vault/).
236
+
> This tutorial is for educational purposes only. For security best practices and how to safely work with secrets, see [Manage secrets in your server apps with Azure Key Vault](/training/modules/manage-secrets-with-azure-key-vault/).
Copy file name to clipboardExpand all lines: docs/pipelines/release/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ semi-automated processes with **approvals** and **on-demand deployments**.
33
33
34
34
See [Releases in Azure Pipelines](releases.md) to understand releases and deployments and watch the following video to see release pipelines in action.
Copy file name to clipboardExpand all lines: docs/report/analytics/analytics-permissions-prerequisites.md
+2-4
Original file line number
Diff line number
Diff line change
@@ -132,8 +132,8 @@ In addition, consider the following actions:
132
132
133
133
To report on pipelines and tests results, make sure you add test tasks to the pipeline definition. To learn more, see [Build and release tasks-Test](../../pipelines/tasks/index.md#test).
134
134
135
-
If you're just getting started, consider reviewing this learn module,
136
-
[Run quality tests in your build pipeline by using Azure Pipelines](/learn/modules/run-quality-tests-build-pipeline).
135
+
If you're just getting started, consider reviewing this Learn module,
136
+
[Run quality tests in your build pipeline by using Azure Pipelines](/training/modules/run-quality-tests-build-pipeline).
137
137
138
138
::: moniker-end
139
139
@@ -147,5 +147,3 @@ If you're just getting started, consider reviewing this learn module,
Copy file name to clipboardExpand all lines: docs/user-guide/work-team-explorer.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ ms.date: 03/03/2022
19
19
You use Team Explorer to coordinate your code efforts with other team members to develop a software project. In addition, you can manage work and that is assigned to you, your team, or your projects. Team Explorer is a plug-in that installs with Visual Studio and Team Explorer Everywhere is a plug-in that installs with Eclipse. Developers can effectively collaborate using Team Explorer connected to projects hosted on Azure DevOps Services or an on-premises Azure DevOps Server (previously named Team Foundation Server (TFS)).
20
20
21
21
> [!TIP]
22
-
> You can install the latest version of Visual Studio clients from the [Visual Studio downloads page](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=button+cta&utm_content=download+vs2017).
22
+
> You can install the latest version of Visual Studio clients from the [Visual Studio downloads page](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=learn.microsoft.com&utm_campaign=button+cta&utm_content=download+vs2017).
23
23
>
24
24
> Additional options for connecting to Azure DevOps Services or TFS include:
25
25
> -[Team Explorer Everywhere](/previous-versions/azure/devops/all/java/download-eclipse-plug-in)
Copy file name to clipboardExpand all lines: release-notes/2022/includes/pipelines/sprint-209-update.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Previously, the Pipelines UI used to show the last commit message when displayin
15
15
16
16
This message can be confusing, for example, when your YAML pipeline's code lives in a repository different from the one that holds the code it's building. We heard your feedback from the [Developer Community](https://developercommunity.visualstudio.com/content/idea/1030999/enabledisable-appending-the-to-the-title-of-every.html) asking us for a way to enable/disable appending the latest commit message to the title of every pipeline run.
17
17
18
-
With this update, we've added a new YAML property, named [`appendCommitMessageToRunName`](https://docs.microsoft.com/azure/devops/pipelines/yaml-schema/pipeline?view=azure-pipelines#pipeline-stages), that lets you do exactly that. By default, the property is set to `true`. When you set it to `false`, the pipeline run will only display the [`BuildNumber`](https://docs.microsoft.com/azure/devops/pipelines/process/run-number?view=azure-devops&tabs=yaml).
18
+
With this update, we've added a new YAML property, named [`appendCommitMessageToRunName`](https://learn.microsoft.com/azure/devops/pipelines/yaml-schema/pipeline?view=azure-pipelines#pipeline-stages), that lets you do exactly that. By default, the property is set to `true`. When you set it to `false`, the pipeline run will only display the [`BuildNumber`](https://learn.microsoft.com/azure/devops/pipelines/process/run-number?view=azure-devops&tabs=yaml).
19
19
20
20
> [!div class="mx-imgBorder"]
21
21
> 
@@ -25,7 +25,7 @@ With this update, we've added a new YAML property, named [`appendCommitMessageTo
25
25
26
26
### Consumed resources and template parameters in Pipelines Runs Rest API
27
27
28
-
The extended [Pipelines Runs REST API](https://docs.microsoft.com/rest/api/azure/devops/pipelines/runs/get?view=azure-devops-rest-7.1) now returns more types of artifacts used by a pipeline run and the parameters used to trigger that run. We enhanced the API to return the `container` and `pipeline` resources and the template parameters used in a pipeline run. You can now, for example, write compliance checks that evaluate the repositories, containers, and other pipeline runs used by a pipeline.
28
+
The extended [Pipelines Runs REST API](https://learn.microsoft.com/rest/api/azure/devops/pipelines/runs/get?view=azure-devops-rest-7.1) now returns more types of artifacts used by a pipeline run and the parameters used to trigger that run. We enhanced the API to return the `container` and `pipeline` resources and the template parameters used in a pipeline run. You can now, for example, write compliance checks that evaluate the repositories, containers, and other pipeline runs used by a pipeline.
29
29
30
30
Here is an example of the new response body.
31
31
@@ -104,7 +104,7 @@ Here is an example of the new response body.
104
104
105
105
### Add support for string split function in YAML template expressions
106
106
107
-
YAML pipelines provide you convenient ways to reduce code duplication, such as [looping through `each` value of a list](https://docs.microsoft.com/azure/devops/pipelines/process/expressions?view=azure-devops#each-keyword) or property of an object.
107
+
YAML pipelines provide you convenient ways to reduce code duplication, such as [looping through `each` value of a list](https://learn.microsoft.com/azure/devops/pipelines/process/expressions?view=azure-devops#each-keyword) or property of an object.
108
108
109
109
Sometimes, the set of items to iterate through is represented as a string. For example, when the list of environments to deploy to is defined by the string `integration1, integration2`.
110
110
@@ -126,7 +126,7 @@ jobs:
126
126
127
127
### Do not sync tags when fetching a Git repository
128
128
129
-
The [checkout task](https://docs.microsoft.com/azure/devops/pipelines/yaml-schema/steps-checkout?view=azure-pipelines) uses `--tags` option in fetching the contents of a Git repository. This causes the server to fetch all tags as well as all objects that are pointed to by those tags. This increases the time to run the task in a pipeline - particularly if you have a large repository with a number of tags. Furthermore, the checkout task syncs tags even when you enable the shallow fetch option, thereby possibly defeating its purpose. To reduce the amount of data fetched or pulled from a Git repository, we have now added a new option to the task to control the behavior of syncing tags. This option is available both in classic and YAML pipelines.
129
+
The [checkout task](https://learn.microsoft.com/azure/devops/pipelines/yaml-schema/steps-checkout?view=azure-pipelines) uses `--tags` option in fetching the contents of a Git repository. This causes the server to fetch all tags as well as all objects that are pointed to by those tags. This increases the time to run the task in a pipeline - particularly if you have a large repository with a number of tags. Furthermore, the checkout task syncs tags even when you enable the shallow fetch option, thereby possibly defeating its purpose. To reduce the amount of data fetched or pulled from a Git repository, we have now added a new option to the task to control the behavior of syncing tags. This option is available both in classic and YAML pipelines.
130
130
131
131
#### [YAML](#tab/yaml/)
132
132
@@ -177,4 +177,4 @@ To help you better identify which pipelines are using the ubuntu-18.04 image, we
0 commit comments