AsyncExec task was not found

Posted by senzacionale on Stack Overflow See other posts from Stack Overflow or by senzacionale
Published on 2010-05-16T20:55:43Z Indexed on 2010/05/16 21:00 UTC
Read the original article Hit count: 295

Filed under:
|

in http://blog.eleutian.com/2007/03/01/AsyncExecMsBuildTask.aspx i found AsyncExec task for MsBuild

<Target Name="RunCassini">  
        <AsyncExec Command="StartCassini.bat" WorkingDirectory="D:\PROJEKTI\_PROGRAMI" />
    </Target>

but i get error MSB4036: The "AsyncExec" task was not found. I run msbuild from cruisecontrol.net

Does anyone know where is the problem?

© Stack Overflow or respective owner

Related posts about msbuild

Related posts about tasks