Skip to content

Commit 877461e

Browse files
Drop CBL Mariner 2.0 support for 3.x agents
1 parent 4fe8669 commit 877461e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/pipelines/agents/v3-agent.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 06/30/2025
99
# Agent software version 3
1010

1111
> [!IMPORTANT]
12-
> Agent software version 3 (using .NET 6) is unsupported for Azure DevOps Services, and the Azure Pipelines team recommends you upgrade to [Agent software version 4](./v4-agent.md) (using .NET 8).
12+
> Agent software version 3 (using .NET 6) is unsupported for Azure DevOps Services, and the Azure Pipelines team recommends you upgrade to [Agent software version 4](./v4-agent.md) (using .NET 8).
1313
>
1414
> To update your self-hosted agents to version 4, see [Upgrade to agent software version 4](./v4-agent.md#upgrade-to-4x-agent-on-supported-operating-systems).
1515
>
@@ -38,7 +38,6 @@ The following operating systems are supported by the 3.x agent.
3838
* No longer requires separate package
3939
* SUSE Enterprise Linux 12 SP2 or later
4040
* Ubuntu 22.04, 20.04, 18.04, 16.04
41-
* Azure Linux 2.0
4241
* Oracle Linux 7 and higher
4342
* ARM64
4443
* Debian 10+
@@ -95,7 +94,7 @@ To resolve this error you can:
9594
jobs:
9695
- job: 'agentWithVariables'
9796
displayName: 'Agent with variables'
98-
97+
9998
variables:
10099
AGENT_ACKNOWLEDGE_NO_UPDATES: 'true' # Required to not fail job on operating system that is not supported by .NET 6
101100
```
@@ -128,7 +127,7 @@ You don't have to install .NET 6 on your agent machine before installing and con
128127
129128
### Do I have to build my code using .NET 6 if I'm using the 3.x agent?
130129
131-
The version of .NET used to run the 3.x agent is self-contained in the agent installation, and isn't used to build your code. The version of .NET that is used to build your code depends on the pipeline and the version or versions of .NET you have installed onto your agent machine.
130+
The version of .NET used to run the 3.x agent is self-contained in the agent installation, and isn't used to build your code. The version of .NET that is used to build your code depends on the pipeline and the version or versions of .NET you have installed onto your agent machine.
132131
133132
### I use Azure DevOps Server and not Azure DevOps Services. Does this change impact me?
134133

0 commit comments

Comments
 (0)