Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ A few tasks seem to be getting the most demand. I've added a pre-built extension

* 🛍️ [AppCenter for Azure DevOps Server](https://marketplace.visualstudio.com/items?itemName=jessehouwing.appcenter)
* 🛍️ [Apple Xcode for Azure DevOps Server](https://marketplace.visualstudio.com/items?itemName=jessehouwing.Apple-Xcode)
* 🛍️ [DotNetCore 6 and 7 for Azure DevOps Server](https://marketplace.visualstudio.com/items?itemName=jessehouwing.dotnetcore)
* 🛍️ [DotNetCore for Azure DevOps Server](https://marketplace.visualstudio.com/items?itemName=jessehouwing.dotnetcore)
* 🛍️ [Nuget (Deprecated)](https://marketplace.visualstudio.com/items?itemName=jessehouwing.nuget-deprecated)
* 🛍️ [Pre and post script tasks](https://marketplace.visualstudio.com/items?itemName=jessehouwing.pre-post-tasks)
* 🛍️ [Visual Studio 2022 for Azure DevOps Server](https://marketplace.visualstudio.com/items?itemName=jessehouwing.visualstudio)
* 🛍️ [Visual Studio for Azure DevOps Server](https://marketplace.visualstudio.com/items?itemName=jessehouwing.visualstudio)

These extensions install the side-by-side version into your Azure DevOps Server.

# Required agent version

You will need to [install a recent agent (2.195.0 or newer) from the azure-pipelines-agent repository](https://github.com/microsoft/azure-pipelines-agent/releases) for it to auto-detect Visual Studio 2022, or alternatively add the capabilities to the agent manually.
You will need to [install a recent agent from the azure-pipelines-agent repository](https://github.com/microsoft/azure-pipelines-agent/releases) for it to auto-detect the latets version of Visual Studio, or alternatively add the capabilities to the agent manually.

You may need to force Azure DevOps Server to not downgrade back to its preferred agent version. You can do so by setting the following environment variable at the system level on your server before launching the agent:

Expand Down Expand Up @@ -72,3 +72,4 @@ VALUES ('#\Configuration\Service\Gallery\LargeExtensionUpload\MaxPackageSizeMB\'
exec prc_UpdateRegistry 1, @keyvalues
```


6 changes: 3 additions & 3 deletions extensions/dotnetcore/overview.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DotNetCore 6 and 7 tasks for Azure DevOps Server
# DotNetCore tasks for Azure DevOps Server

This extension will install the DotNetCore tasks with support for DotNetCore 6 and 7 into your Azure DevOps Server.
This extension will install the DotNetCore tasks with support for the current versions of DotNetCore into your Azure DevOps Server.

These tasks are installed side-by-side the original tasks

Expand All @@ -10,7 +10,7 @@ These tasks are installed side-by-side the original tasks

## Required agent version

You will need to [install a recent agent (2.195.0 or newer) from the azure-pipelines-agent repository](https://github.com/microsoft/azure-pipelines-agent/releases) for it to auto-detect Visual Studio 2022, or alternatively add the capabilities to the agent manually.
You will need to [install a recent agent from the azure-pipelines-agent repository](https://github.com/microsoft/azure-pipelines-agent/releases) for it to auto-detect Visual Studio, or alternatively add the capabilities to the agent manually.

You may need to force Azure DevOps Server to not downgrade back to its preferred agent version. You can do so by setting the following environment variable at the system level on your server before launching the agent:

Expand Down
2 changes: 1 addition & 1 deletion extensions/visualstudio/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ These tasks are installed side-by-side the original tasks

## Required agent version

You will need to [install a recent agent (2.195.0 or newer) from the azure-pipelines-agent repository](https://github.com/microsoft/azure-pipelines-agent/releases) for it to auto-detect Visual Studio 2022, or alternatively add the capabilities to the agent manually.
You will need to [install a recent agent from the azure-pipelines-agent repository](https://github.com/microsoft/azure-pipelines-agent/releases) for it to auto-detect Visual Studio, or alternatively add the capabilities to the agent manually.

You may need to force Azure DevOps Server to not downgrade back to its preferred agent version. You can do so by setting the following environment variable at the system level on your server before launching the agent:

Expand Down