From d750a6b9f9d4427cfa984712785e4930f09023b6 Mon Sep 17 00:00:00 2001 From: scbedd <45376673+scbedd@users.noreply.github.com> Date: Thu, 9 Feb 2023 18:39:36 -0800 Subject: [PATCH] install the correct name! --- eng/pipelines/templates/steps/test-proxy-local-tool.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/templates/steps/test-proxy-local-tool.yml b/eng/pipelines/templates/steps/test-proxy-local-tool.yml index 77199c54678..c340f15cf0f 100644 --- a/eng/pipelines/templates/steps/test-proxy-local-tool.yml +++ b/eng/pipelines/templates/steps/test-proxy-local-tool.yml @@ -9,7 +9,7 @@ steps: dotnet tool install --tool-path $(Build.BinariesDirectory)/test-proxy ` --prerelease ` --add-source $(Build.ArtifactStagingDirectory) ` - test-proxy + azure.sdk.tools.testproxy displayName: "Install test-proxy from local file" workingDirectory: $(Build.SourcesDirectory)/tools/test-proxy