You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-Host"Default proxy exe $TestProxyExe is not present, but standalone tool $StandaloneTestProxyExe is. Updating proxy exe to use the standalone version."
372
+
$TestProxyExe=$StandaloneTestProxyExe
373
+
}
374
+
else {
375
+
Write-Error"The user has selected option InitialPush to push their assets, neither $TestProxyExe nor standalone executable $StandaloneTestProxyExe are installed on this machine."
376
+
exit1
377
+
}
378
+
}
352
379
353
-
if ($TestProxyExe-eq"test-proxy") {
380
+
if ($TestProxyExe-eq"test-proxy"-or$TestProxyExe.StartsWith("Azure.Sdk.Tools.TestProxy")) {
0 commit comments