mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
BeefBuild fix
This commit is contained in:
parent
a669d13c42
commit
ea0ccae3d5
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ namespace BeefBuild
|
||||||
|
|
||||||
public override void Init()
|
public override void Init()
|
||||||
{
|
{
|
||||||
GetVersionInfo();
|
GetVersionInfo(var exeTime);
|
||||||
|
|
||||||
if (mVerbosity == .Default)
|
if (mVerbosity == .Default)
|
||||||
mVerbosity = .Normal;
|
mVerbosity = .Normal;
|
||||||
|
|
|
@ -37,7 +37,7 @@ namespace BeefBuild
|
||||||
mApp.ParseCommandLine(commandLine);
|
mApp.ParseCommandLine(commandLine);
|
||||||
if (mApp.mVerb == .GetVersion)
|
if (mApp.mVerb == .GetVersion)
|
||||||
{
|
{
|
||||||
Console.WriteLine("BeefBuild {}", mApp.GetVersionInfo().FileVersion);
|
Console.WriteLine("BeefBuild {}", mApp.GetVersionInfo(var exeTime).FileVersion);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue