mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Set NoRedirect flag with -run
This commit is contained in:
parent
86721ffc20
commit
6a90faddc6
1 changed files with 1 additions and 0 deletions
|
@ -424,6 +424,7 @@ namespace BeefBuild
|
|||
return;
|
||||
|
||||
ExecutionQueueCmd executionCmd = QueueRun(targetPaths[0], mRunArgs ?? "", curPath);
|
||||
executionCmd.mRunFlags |= .NoRedirect;
|
||||
executionCmd.mIsTargetRun = true;
|
||||
mDidRun = true;
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue