We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c48936 commit 6885979Copy full SHA for 6885979
eng/common/testproxy/test-proxy-tool.yml
@@ -30,11 +30,13 @@ steps:
30
if (Test-Path $overrideVersion) {
31
$version = $(Get-Content $overrideVersion -Raw).Trim()
32
}
33
+
34
+ Write-Host "Installing test-proxy version $version"
35
36
dotnet tool install azure.sdk.tools.testproxy `
37
--tool-path $(Build.BinariesDirectory)/test-proxy `
38
--add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json `
39
--version $version
- $(Build.BinariesDirectory)/test-proxy --version
40
displayName: "Install test-proxy"
41
condition: and(succeeded(), ${{ parameters.condition }})
42
0 commit comments