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
This commit is contained in:
Родитель
3d0646d331
Коммит
ecd3e5a375
|
@ -96,17 +96,19 @@ For a more detailed explanation of how the test proxy works, along with links to
|
|||
2. Install test-proxy
|
||||
|
||||
```powershell
|
||||
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*"
|
||||
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
|
||||
```
|
||||
|
||||
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)
|
||||
|
||||
_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)._
|
||||
|
||||
To uninstall an existing test-proxy
|
||||
|
||||
```powershell
|
||||
dotnet tool uninstall --global azure.sdk.tools.testproxy
|
||||
```
|
||||
|
||||
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)
|
||||
|
||||
After successful installation, run the tool:
|
||||
|
||||
```powershell
|
||||
|
|
Загрузка…
Ссылка в новой задаче