Skip to content

Commit a1dfb00

Browse files
author
Steve Danielson
committed
Bash pt 2
1 parent 2c8ab42 commit a1dfb00

7 files changed

+21
-21
lines changed

docs/pipelines/repos/bitbucket.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Using a Bitbucket Cloud repository with Azure Pipelines
44
ms.topic: reference
55
ms.author: vijayma
66
author: vijayma
7-
ms.date: 05/31/2022
7+
ms.date: 01/25/2023
88
monikerRange: azure-devops
99
---
1010

docs/pipelines/repos/github-enterprise.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Build code from GitHub Enterprise Server
33
description: Using a GitHub Enterprise Server with Azure Pipelines
44
ms.topic: reference
5-
ms.date: 10/05/2022
5+
ms.date: 01/25/2023
66
monikerRange: 'azure-devops'
77
---
88

docs/pipelines/repos/github.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: reference
55
ms.assetid: 96a52d0d-5e01-4b30-818d-1893387522cd
66
ms.author: vijayma
77
author: vijayma
8-
ms.date: 07/18/2022
8+
ms.date: 01/25/2023
99
monikerRange: azure-devops
1010
---
1111

docs/pipelines/repos/on-premises-bitbucket.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Build code from on-premises Bitbucket server
33
description: Using on-premises Bitbucket with Azure Pipelines
44
ms.topic: reference
5-
ms.date: 05/31/2022
5+
ms.date: 01/25/2023
66
monikerRange: 'azure-devops'
77
---
88

docs/pipelines/repos/pipeline-options-for-git.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Options for Git repositories
3-
description: Options that are available when using a Git repository with Azure Pipelines
3+
description: Options available when using a Git repository with Azure Pipelines
44
ms.topic: reference
55
ms.assetid: a74b3efe-d7bd-438a-be32-47d036556f74
66
ms.custom: seodec18
7-
ms.date: 12/15/2020
7+
ms.date: 01/25/2023
88
monikerRange: '<= azure-devops'
99
---
1010

@@ -18,21 +18,21 @@ monikerRange: '<= azure-devops'
1818

1919
While editing a pipeline that uses a Git repo&mdash;in an Azure DevOps project, GitHub, GitHub Enterprise Server, Bitbucket Cloud, or another Git repo&mdash;you have the following options.
2020

21-
| Feature | Azure Pipelines | TFS 2017.2 and higher | TFS 2017 RTM | TFS 2015.4 | TFS 2015 RTM |
22-
|---------|------|------|----------|------------|--------------|------------|--------------|
23-
|Branch|Yes|Yes|Yes|Yes|Yes|
24-
|Clean|Yes|Yes|Yes|Yes|Yes|
25-
|Tag or label sources|Project; Classic only|Team project|Team project|Team project|No|
26-
|Report build status|Yes|Yes|Yes|No|No|
27-
|Checkout submodules|Yes|Yes|Yes|Yes|Yes|
28-
|Checkout files from LFS|Yes|Yes|Linux and macOS agents|Linux and macOS agents|Linux and macOS agents|
29-
|Clone a second repo|Yes|Yes|Yes|Yes|Yes|
30-
|Don't sync sources|Yes|Yes|No|No|No|
31-
|Shallow fetch|Yes|Yes|Linux and macOS agents|Linux and macOS agents|Linux and macOS agents|
21+
| Feature | Azure Pipelines | Azure DevOp Server 2019 and higher | TFS 2018 |
22+
|---|---|---|---|
23+
| Branch | Yes | Yes | Yes |
24+
| Clean | Yes | Yes | Yes |
25+
| Tag or label sources | Project; Classic only | Team project | Team project |
26+
| Report build status | Yes | Yes | Yes |
27+
| Checkout submodules | Yes | Yes | Yes |
28+
| Checkout files from LFS | Yes | Yes | Yes |
29+
| Clone a second repo | Yes | Yes | Yes |
30+
| Don't sync sources | Yes | Yes | No |
31+
| Shallow fetch | Yes | Yes | Yes |
3232

3333

3434
> [!NOTE]
35-
> Click **Advanced settings** in the **Get Sources** task to see some of the above options.<br/>
35+
> Click **Advanced settings** in the **Get Sources** task to see some of the above options.
3636
3737

3838
## Branch

docs/pipelines/repos/subversion.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Build code from Subversion
33
description: Using Subversion repo with Azure Pipelines
44
ms.topic: reference
5-
ms.date: 07/08/2020
5+
ms.date: 01/25/2023
66
monikerRange: 'azure-devops'
77
---
88

@@ -23,7 +23,7 @@ If the Subversion server cannot be reached from Azure Pipelines, work with your
2323

2424
### Reachable from Microsoft-hosted agents
2525

26-
A decision you have to make is whether to use Microsoft-hosted agents or self-hosted agents to run your pipelines. This often comes down to whether Microsoft-hosted agents can reach your server. To check whether they can, create a simple pipeline to use Microsoft-hosted agents and make sure to add a step to checkout source code from your server. If this passes, then you can continue using Microsoft-hosted agents.
26+
A decision you have to make is whether to use Microsoft-hosted agents or self-hosted agents to run your pipelines. This often comes down to whether Microsoft-hosted agents can reach your server. To check whether they can, create a simple pipeline to use Microsoft-hosted agents and make sure to add a step to check out source code from your server. If this passes, then you can continue using Microsoft-hosted agents.
2727

2828
### Not reachable from Microsoft-hosted agents
2929

docs/pipelines/repos/tfvc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Build TFVC repositories
33
description: Using a TFVC repository with Azure Pipelines
44
ms.topic: reference
55
ms.assetid: d88333c9-e964-4f91-9532-5d014edb8277
6-
ms.date: 05/17/2022
6+
ms.date: 01/25/2023
77
monikerRange: '<= azure-devops'
88
---
99

0 commit comments

Comments
 (0)