1
0
Fork 0
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:
Brian Fiete 2021-02-12 05:50:10 -08:00
parent 85c9a6ebc8
commit b356e4735c
3 changed files with 32 additions and 12 deletions

View file

@ -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;
}