Skip to content

Commit 1ff753e

Browse files
committed
update build.cs
1 parent d372e8d commit 1ff753e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
{
44
foreach (var script in scripts)
55
{
6-
CommandExecutor.ExecuteCommandAndOutput("dotnet-exec {script} --dry-run").EnsureSuccessExitCode();
6+
Console.WriteLine($"Compile script {script} test");
7+
CommandExecutor.ExecuteCommandAndOutput($"dotnet-exec {script} --dry-run").EnsureSuccessExitCode();
78
}
89
}
910

0 commit comments

Comments
 (0)