mirror of
https://github.com/actions/runner.git
synced 2025-12-11 21:06:55 +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";
|
|
}
|
|
}
|