We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01559e1 commit 2d3cc46Copy full SHA for 2d3cc46
src/WeihanLi.Common/Helpers/BuildProcess.cs
@@ -238,7 +238,7 @@ private DotNetPackageBuildProcess(DotNetBuildProcessOptions options)
238
// args
239
Console.WriteLine(@"Executing command line:");
240
Console.WriteLine($@" {Environment.CommandLine}");
241
- Console.WriteLine($"Branch: {_branch}")
+ Console.WriteLine($"Branch: {_branch}, stable: {_stable}");
242
})
243
.WithTaskExecuting(task => Console.WriteLine($@"===== Task {task.Name} {task.Description} executing ======"))
244
.WithTaskExecuted(task => Console.WriteLine($@"===== Task {task.Name} {task.Description} executed ======"))
0 commit comments