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: docs/pipelines/agents/v3-agent.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.date: 06/30/2025
9
9
# Agent software version 3
10
10
11
11
> [!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).
13
13
>
14
14
> 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).
15
15
>
@@ -38,7 +38,6 @@ The following operating systems are supported by the 3.x agent.
38
38
* No longer requires separate package
39
39
* SUSE Enterprise Linux 12 SP2 or later
40
40
* Ubuntu 22.04, 20.04, 18.04, 16.04
41
-
* Azure Linux 2.0
42
41
* Oracle Linux 7 and higher
43
42
* ARM64
44
43
* Debian 10+
@@ -95,7 +94,7 @@ To resolve this error you can:
95
94
jobs:
96
95
- job: 'agentWithVariables'
97
96
displayName: 'Agent with variables'
98
-
97
+
99
98
variables:
100
99
AGENT_ACKNOWLEDGE_NO_UPDATES: 'true'# Required to not fail job on operating system that is not supported by .NET 6
101
100
```
@@ -128,7 +127,7 @@ You don't have to install .NET 6 on your agent machine before installing and con
128
127
129
128
### Do I have to build my code using .NET 6 if I'm using the 3.x agent?
130
129
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.
132
131
133
132
### I use Azure DevOps Server and not Azure DevOps Services. Does this change impact me?
0 commit comments