Skip to content

Commit

Permalink
repair the proxy startup call
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored and azure-sdk committed Apr 25, 2024
1 parent 2ca7cb4 commit 56b29ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eng/common/testproxy/test-proxy-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ steps:
if (Test-Path $overrideVersion) {
$version = $(Get-Content $overrideVersion -Raw).Trim()
}
Write-Host "Installing test-proxy version $version"
dotnet tool install azure.sdk.tools.testproxy `
--tool-path $(Build.BinariesDirectory)/test-proxy `
--add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json `
--version $version
$(Build.BinariesDirectory)/test-proxy --version
displayName: "Install test-proxy"
condition: and(succeeded(), ${{ parameters.condition }})
Expand Down

0 comments on commit 56b29ce

Please sign in to comment.