Powershell: writeCommandChecked does not check exit code
func (b *PowerShell) writeCommandChecked(w io.Writer, format string, args ...interface{}) {
b.writeCommand(w, format, args...)
}
so build always succeeded.
func (b *PowerShell) writeCommandChecked(w io.Writer, format string, args ...interface{}) {
b.writeCommand(w, format, args...)
}
so build always succeeded.