Skip to content

Commit b413e34

Browse files
scbeddazure-sdk
authored andcommitted
repair the proxy startup call
1 parent caf4319 commit b413e34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

eng/common/testproxy/test-proxy-tool.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ steps:
3030
if (Test-Path $overrideVersion) {
3131
$version = $(Get-Content $overrideVersion -Raw).Trim()
3232
}
33+
34+
Write-Host "Installing test-proxy version $version"
35+
3336
dotnet tool install azure.sdk.tools.testproxy `
3437
--tool-path $(Build.BinariesDirectory)/test-proxy `
3538
--add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json `
3639
--version $version
37-
$(Build.BinariesDirectory)/test-proxy --version
3840
displayName: "Install test-proxy"
3941
condition: and(succeeded(), ${{ parameters.condition }})
4042

0 commit comments

Comments
 (0)