mirror of
https://github.com/actions/runner.git
synced 2025-12-14 13:43:33 +00:00
GitHub Actions Runner
This commit is contained in:
9
src/Sdk/DTWebApi/WebApi/WellKnownServiceEndpointNames.cs
Normal file
9
src/Sdk/DTWebApi/WebApi/WellKnownServiceEndpointNames.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace GitHub.DistributedTask.WebApi
|
||||
{
|
||||
public static class WellKnownServiceEndpointNames
|
||||
{
|
||||
public const String SystemVssConnection = "SystemVssConnection";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user