mirror of
https://github.com/actions/runner.git
synced 2025-12-12 05:37:01 +00:00
fix small bug (#2396)
This commit is contained in:
committed by
GitHub
parent
ca7be16dd3
commit
24a27efd4f
@@ -29,7 +29,7 @@ namespace GitHub.Runner.Common
|
|||||||
{
|
{
|
||||||
requestUri = serverUri;
|
requestUri = serverUri;
|
||||||
|
|
||||||
_connection = VssUtil.CreateRawConnection(new Uri(serverUri.Authority), credentials);
|
_connection = VssUtil.CreateRawConnection(serverUri, credentials);
|
||||||
_runServiceHttpClient = await _connection.GetClientAsync<RunServiceHttpClient>();
|
_runServiceHttpClient = await _connection.GetClientAsync<RunServiceHttpClient>();
|
||||||
_hasConnection = true;
|
_hasConnection = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user