mirror of
https://github.com/cmderdev/cmder.git
synced 2025-01-11 00:39:08 +08:00
add appveyor message
This commit is contained in:
parent
5c3f46fd88
commit
7d04ded1c2
@ -126,6 +126,9 @@ if($Compile) {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
Write-Verbose "successfully built Cmder v$version!"
|
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
|
Pop-Location
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user