Skip to content

Commit 2d3cc46

Browse files
authored
Update BuildProcess.cs
1 parent 01559e1 commit 2d3cc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WeihanLi.Common/Helpers/BuildProcess.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ private DotNetPackageBuildProcess(DotNetBuildProcessOptions options)
238238
// args
239239
Console.WriteLine(@"Executing command line:");
240240
Console.WriteLine($@" {Environment.CommandLine}");
241-
Console.WriteLine($"Branch: {_branch}")
241+
Console.WriteLine($"Branch: {_branch}, stable: {_stable}");
242242
})
243243
.WithTaskExecuting(task => Console.WriteLine($@"===== Task {task.Name} {task.Description} executing ======"))
244244
.WithTaskExecuted(task => Console.WriteLine($@"===== Task {task.Name} {task.Description} executed ======"))

0 commit comments

Comments
 (0)