custom.build.ps1

[CmdletBinding()]
param ()

task Pre {

}

task Post {
    
}