mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +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;
|
return;
|
||||||
|
|
||||||
ExecutionQueueCmd executionCmd = QueueRun(targetPaths[0], mRunArgs ?? "", curPath);
|
ExecutionQueueCmd executionCmd = QueueRun(targetPaths[0], mRunArgs ?? "", curPath);
|
||||||
|
executionCmd.mRunFlags |= .NoRedirect;
|
||||||
executionCmd.mIsTargetRun = true;
|
executionCmd.mIsTargetRun = true;
|
||||||
mDidRun = true;
|
mDidRun = true;
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue