Remove USE_BROKER_FLOW (#3162)

This commit is contained in:
Luke Tomlinson
2024-02-21 17:39:26 -05:00
committed by GitHub
parent 3449d5fa52
commit d296014f99
5 changed files with 11 additions and 45 deletions

View File

@@ -85,11 +85,6 @@ namespace GitHub.Runner.Sdk
settings.SendTimeout = TimeSpan.FromSeconds(Math.Min(Math.Max(httpRequestTimeoutSeconds, 100), 1200));
}
if (StringUtil.ConvertToBoolean(Environment.GetEnvironmentVariable("USE_BROKER_FLOW")))
{
settings.AllowAutoRedirectForBroker = true;
}
// Remove Invariant from the list of accepted languages.
//
// The constructor of VssHttpRequestSettings (base class of VssClientHttpRequestSettings) adds the current