build when running
This commit is contained in:
@@ -27,7 +27,7 @@ public class RunService
|
|||||||
var processStartInfo = new ProcessStartInfo2
|
var processStartInfo = new ProcessStartInfo2
|
||||||
{
|
{
|
||||||
FileName = "dotnet",
|
FileName = "dotnet",
|
||||||
Arguments = $"run --project \"{project.FilePath}\" --no-build",
|
Arguments = $"run --project \"{project.FilePath}\" --no-restore",
|
||||||
RedirectStandardOutput = true,
|
RedirectStandardOutput = true,
|
||||||
RedirectStandardError = true
|
RedirectStandardError = true
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user