delete more unused code. (#230)

* delete more unused code.

* pr feedback.
This commit is contained in:
Tingluo Huang
2019-12-17 16:47:14 -05:00
committed by GitHub
parent d0a4a41a63
commit 91b7e7a07a
17 changed files with 33 additions and 1489 deletions

View File

@@ -68,7 +68,7 @@ namespace GitHub.Runner.Common.Tests.Worker
_message.Resources.Endpoints.Add(new ServiceEndpoint()
{
Name = WellKnownServiceEndpointNames.SystemVssConnection,
Url = new Uri("https://test.visualstudio.com"),
Url = new Uri("https://pipelines.actions.githubusercontent.com"),
Authorization = new EndpointAuthorization()
{
Scheme = "Test",
@@ -96,7 +96,7 @@ namespace GitHub.Runner.Common.Tests.Worker
{
AgentId = 1,
AgentName = "agent1",
ServerUrl = "https://test.visualstudio.com",
ServerUrl = "https://pipelines.actions.githubusercontent.com",
WorkFolder = "_work",
};