Build AD Bulk Tool / build (ubuntu-latest, linux-arm64, ) (push) Failing after 3m15s
Build AD Bulk Tool / build (macos-latest, osx-arm64, ) (push) Canceled after 0s
Build AD Bulk Tool / build (macos-latest, osx-x64, ) (push) Canceled after 0s
Build AD Bulk Tool / build (ubuntu-latest, win-x64, .exe) (push) Canceled after 0s
Build AD Bulk Tool / packaging (push) Canceled after 0s
Build AD Bulk Tool / build (ubuntu-latest, linux-x64, ) (push) Canceled after 1m35s
12 lines
186 B
Plaintext
12 lines
186 B
Plaintext
post_install() {
|
|
echo "AD Bulk Tool installed. Run 'adbulktool' to start."
|
|
}
|
|
|
|
post_upgrade() {
|
|
echo "AD Bulk Tool updated."
|
|
}
|
|
|
|
post_remove() {
|
|
echo "AD Bulk Tool removed."
|
|
}
|