Ignore BuildConstants.cs

This commit is contained in:
Ferenc Hammerl
2021-05-26 16:28:05 +02:00
parent 695b75c3fe
commit 0f13922a87
2 changed files with 2 additions and 20 deletions

3
.gitignore vendored
View File

@@ -24,4 +24,5 @@ _dotnetsdk
TestResults TestResults
TestLogs TestLogs
.DS_Store .DS_Store
**/*.DotSettings.user **/*.DotSettings.user
src/Runner.Sdk/BuildConstants.cs

View File

@@ -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";
}
}
}