From 6b006ead287f1248fc8578305c5a4e86d3b22805 Mon Sep 17 00:00:00 2001 From: Scott Beddall <45376673+scbedd@users.noreply.github.com> Date: Fri, 10 Feb 2023 11:04:31 -0800 Subject: [PATCH] install the correct name! (#5397) --- 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