Outlook Add-in Build System
Sign in with your NINJIO account to continue.
Outlook Add-in Build System
New portal MSIs (v26.2+) are self-contained โ the plugins ship inside the installer. To switch on a customer's Report Message button you add one additive backend record. This is purely additive โ never edit or delete existing rows; add-ins already installed in the field keep working untouched.
The bundled MSI reports bootstrap version 21.1.10.1, so the customer needs a
DcoyaOutlookRibbonBootstraper Generic Plugin row at that version:
DcoyaOutlookRibbonBootstraper row at version 21.1.10.1
for this customer? If yes โ done, nothing to do.DcoyaOutlookRibbonBootstraper row
for that same customer (e.g. the 26.5.20.2 one) โ
"Save as new" โ change version to 21.1.10.1 โ
keep everything else as-is โ Save.
(Copying the customer's own row carries the correct backend host across.)โ ๏ธ Verify the backend host: the new row's
settings must reference the customer's correct host โ EU customers =
https://api.dcoyacloud.com (NOT always api-eu.goninjio.com).
๐ HOW-TO: Release a new Outlook Add-in version ยท ๐ ๏ธ Build & Code-Signing Runbook
Loading...
Specify which branch to build from on the EC2 build server. The build will run git fetch --all, git checkout <branch>, then git pull.
Only letters, numbers, dots, hyphens, underscores, and slashes are allowed.