mirror of
https://github.com/actions/runner.git
synced 2025-12-10 20:36:49 +00:00
20 lines
538 B
C#
20 lines
538 B
C#
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";
|
|
}
|
|
}
|
|
}
|