Events order - After/Before selected project

Issue #18 closed
Denis Kuzmin repo owner created an issue

Simple example:

  • Not possible execute the any command until not completed assembly projectX

Currently we can only manually start building for some project with command like that:

$(MSBuildBinPath)\MSBuild "$(ProjectPath:<project>)" 
/t:Build /p:Configuration=<configuration> & <command>

where <command> it's command to execute after assembled <project>

Comments (4)

  1. Denis Kuzmin reporter

    Execution order is completed

    • Closed Issue #18
      • Implemented for next events:
        • POST/Cancel: Execution only if reached
        • PRE: As deferred action for selected projects + implemented option "Ignore if the build failed"
        • Erros/Warnings/Output/Transmitter: works with range - Before1 -> After1|Cancel & After1 -> POST/Cancel for more detail see Connection
    • UI: fixed trivial bug with EW/Output component - broken in 87c4e7d

    → <<cset e75ca885b727>>

  2. Log in to comment