Block Close - aegoroff/msbuildteamcitytasks GitHub Wiki

Block closing message

Introduction

Block closing message. Blocks are used to group several messages in the build log.

Details

Closes block

    <BlockClose Name="b1" />

Closes block full example (with all optional attributes)

    <BlockClose
           IsAddTimestamp="true"
           FlowId="1"
           Name="b1"
    />