Runner.Sdk
BuildConstants.cs
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 clast BuildConstants
{
public static clast Source
{
public static readonly string CommitHash = "N/A";
}
public static clast RunnerPackage
{
public static readonly string PackageName = "N/A";
public static readonly string Version = "0";
}
}
}