mirror of
https://github.com/actions/runner.git
synced 2025-12-10 12:36:23 +00:00
Ignore BuildConstants.cs
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -24,4 +24,5 @@ _dotnetsdk
|
|||||||
TestResults
|
TestResults
|
||||||
TestLogs
|
TestLogs
|
||||||
.DS_Store
|
.DS_Store
|
||||||
**/*.DotSettings.user
|
**/*.DotSettings.user
|
||||||
|
src/Runner.Sdk/BuildConstants.cs
|
||||||
|
|||||||
@@ -1,19 +0,0 @@
|
|||||||
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";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user