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 d372e8d commit 1ff753eCopy full SHA for 1ff753e
build.cs
@@ -3,7 +3,8 @@
3
{
4
foreach (var script in scripts)
5
6
- CommandExecutor.ExecuteCommandAndOutput("dotnet-exec {script} --dry-run").EnsureSuccessExitCode();
+ Console.WriteLine($"Compile script {script} test");
7
+ CommandExecutor.ExecuteCommandAndOutput($"dotnet-exec {script} --dry-run").EnsureSuccessExitCode();
8
}
9
10
0 commit comments