Skip to content

Commit 8cd0815

Browse files
committed
Update README with additional details and formatting
1 parent 7620fa1 commit 8cd0815

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ A few tasks seem to be getting the most demand. I've added a pre-built extension
3434

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

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

4444
# Required agent version
4545

46-
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.
46+
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.
4747

4848
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:
4949

@@ -72,3 +72,4 @@ VALUES ('#\Configuration\Service\Gallery\LargeExtensionUpload\MaxPackageSizeMB\'
7272
exec prc_UpdateRegistry 1, @keyvalues
7373
```
7474

75+

0 commit comments

Comments
 (0)