mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +02:00
Refactored prebuild/postbuild command handling
This commit is contained in:
parent
85c9a6ebc8
commit
b356e4735c
3 changed files with 32 additions and 12 deletions
|
@ -1007,7 +1007,7 @@ namespace IDE
|
|||
if (!gApp.[Friend]mExecutionQueue.IsEmpty)
|
||||
{
|
||||
var nextCmd = gApp.mExecutionQueue[0];
|
||||
if (!(nextCmd is IDEApp.TargetCompletedCmd))
|
||||
if (!(nextCmd is IDEApp.ScriptCmd))
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue