Skip to content

Commit e6d16cf

Browse files
authored
Update Test-Proxy install instructions (#9600)
Update to modern .NET recommendation, and simplify instructions with the `--prerelease` switch I asked for and was implemented a couple years ago.
1 parent 9b9981e commit e6d16cf

File tree

1 file changed

+4
-4
lines changed
  • tools/test-proxy/Azure.Sdk.Tools.TestProxy

1 file changed

+4
-4
lines changed

tools/test-proxy/Azure.Sdk.Tools.TestProxy/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -86,18 +86,18 @@ For a more detailed explanation of how the test proxy works, along with links to
8686

8787
### Via Local Compile or .NET
8888

89-
1. [Install .NET 5.0 or 6.0](https://dotnet.microsoft.com/download)
90-
2. Install test-proxy
89+
1. [Install .NET 8.0 (LTS) or 9.0](https://dotnet.microsoft.com/download)
90+
2. Install or update test-proxy
9191

9292
```powershell
93-
dotnet tool update azure.sdk.tools.testproxy --global --add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json --version "1.0.0-dev*" --ignore-failed-sources
93+
dotnet tool update azure.sdk.tools.testproxy --global --prerelease --add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json --ignore-failed-sources
9494
```
9595

9696
The test-proxy is also available from the [azure-sdk-for-net public feed](https://dev.azure.com/azure-sdk/public/_artifacts/feed/azure-sdk-for-net)
9797

9898
_Note: if you're not authorized to access these feeds, make sure you have [Azure Artifacts Credential Provider](https://github.com/microsoft/artifacts-credprovider) installed. You can also [download executable](#via-standalone-executable)._
9999

100-
To uninstall an existing test-proxy
100+
To uninstall an existing test-proxy:
101101

102102
```powershell
103103
dotnet tool uninstall --global azure.sdk.tools.testproxy

0 commit comments

Comments
 (0)