ADX Publish pre/post tasks?

Add-in Express™ Support Service
That's what is more important than anything else

ADX Publish pre/post tasks?
Are there similar targets we can use to customize the publish to MSBuild BeforePublish/AfterPublish? 
aweber




Posts: 83
Joined: 2013-11-21
Since the ADX publish of my add-in (currently using ClickOnce, may switch to "ClickTwice") always overwrites the "setup.exe" and application manifest, I would like to back those files up after a successful publish.

The MSBuild targets BeforePublish and AfterPublish work great for traditional build/publish.

Are there any similar targets we can hook in ADX 8.7.x?

Thanks
AJ
Posted 30 Mar, 2018 09:27:41 Top
Andrei Smolin


Add-in Express team


Posts: 18830
Joined: 2006-05-11
Hello AJ,

No, the BeforePublish and AfterPublish events aren't accessible in Add-in Express. You can use the adxpublisher.exe utility to create a .bat file doing what you need. See section Publishing from the Command Prompt at https://www.add-in-express.com/docs/net-deployment-considerations.php#publishing-from-command-promt.


Andrei Smolin
Add-in Express Team Leader
Posted 02 Apr, 2018 01:02:27 Top