mirror of
https://github.com/actions/runner.git
synced 2025-12-13 10:05:23 +00:00
10 lines
201 B
C#
10 lines
201 B
C#
using System;
|
|
|
|
namespace GitHub.DistributedTask.WebApi
|
|
{
|
|
public static class WellKnownServiceEndpointNames
|
|
{
|
|
public const String SystemVssConnection = "SystemVssConnection";
|
|
}
|
|
}
|