mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
add appveyor message
This commit is contained in:
parent
5c3f46fd88
commit
7d04ded1c2
@ -126,6 +126,9 @@ if($Compile) {
|
||||
}
|
||||
else {
|
||||
Write-Verbose "successfully built Cmder v$version!"
|
||||
if ( $Env:APPVEYOR -eq 'True' ) {
|
||||
Add-AppveyorMessage -Message "Building Cmder v$version was successfull." -Category Information
|
||||
}
|
||||
}
|
||||
Pop-Location
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user