Files
runner/src/Runner.Sdk/BuildConstants.cs
T

20 lines
541 B
C#
Raw Normal View History

2023-06-02 21:47:59 +02:00
namespace GitHub.Runner.Sdk
{
/***
* WARNING: This file is automatically regenerated on layout so the runner can provide version/commit info (do not manually edit it).
*/
public static class BuildConstants
{
public static class Source
{
public static readonly string CommitHash = "N/A";
}
public static class RunnerPackage
{
public static readonly string PackageName = "N/A";
public static readonly string Version = "0";
}
}
}