Skip to content

Commit ecd3e5a

Browse files
author
Liudmila Molkova
authored
Test proxy: add link to artifacts cred provider and note to list other ways to get test-proxy (#7332)
* Test proxy: add link to artifacts cred provider and note to list other ways to get test-proxy
1 parent 3d0646d commit ecd3e5a

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

  • tools/test-proxy/Azure.Sdk.Tools.TestProxy

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,19 @@ For a more detailed explanation of how the test proxy works, along with links to
9696
2. Install test-proxy
9797

9898
```powershell
99-
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*"
99+
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
100100
```
101101

102+
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)
103+
104+
_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) or use a prebuilt [docker image](#via-docker-image)._
105+
102106
To uninstall an existing test-proxy
103107

104108
```powershell
105109
dotnet tool uninstall --global azure.sdk.tools.testproxy
106110
```
107111

108-
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)
109-
110112
After successful installation, run the tool:
111113

112114
```powershell

0 commit comments

Comments
 (0)