mirror of
https://github.com/actions/runner.git
synced 2025-12-12 15:13:30 +00:00
Enable auth migration based on config refresh. (#3786)
This commit is contained in:
@@ -37,6 +37,7 @@ namespace GitHub.Runner.Common
|
||||
|
||||
public async Task ConnectAsync(Uri serverUri, VssCredentials credentials)
|
||||
{
|
||||
Trace.Entering();
|
||||
_brokerUri = serverUri;
|
||||
|
||||
_connection = VssUtil.CreateRawConnection(serverUri, credentials);
|
||||
|
||||
Reference in New Issue
Block a user