You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Console.WriteLine(" .net core Project: The compiler will not add compiled files to its project file");
430
438
Console.WriteLine(" -d");
431
439
Console.WriteLine(" Print diagnostic messages from MsBuildWorkspace");
440
+
Console.WriteLine(" -w");
441
+
Console.WriteLine(" Watch the target project for changes");
432
442
Console.WriteLine("");
433
443
Console.WriteLine("Directory Black- and Whitelists:");
434
444
Console.WriteLine("-e<Exluded Directory> excludes a directory from compilation. Handlebars files in this folder will be ignored. Multiple statements possible.");
0 commit comments