MSDN > フォーラム ホーム > MSBuild > Exec task and "error :" in output
質問する質問する
 

回答済みExec task and "error :" in output

  • 2008年6月18日 14:03Ant1 ユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     
    Hi,

    I just discovered a strange behavior of the exec task :

    <Exec Command="echo error : "/>

    will fail with code -1

    and

    <Exec Command="echo warning : " />

    will print a warning.


    Is it possible to disable this command output parsing ? I currently use ContinueOnError="True" but that modify my build logs.


    Regards,
    Ant1

回答

すべての返信