Execute one script in multiple projects

filipe's Avatar

filipe

14 Mar, 2018 12:42 PM

I'd like to execute a Powershell script on multiple projects before deployment.

Is there a way that I can have it centrally managed, without having to add it individually to every project?
Something that works like a Custom configuration .yml file?

Many thanks

  1. 1 Posted by Ilya Finkelshte... on 14 Mar, 2018 01:34 PM

    Ilya Finkelshteyn's Avatar

    See for example how we run script to start RDP session from remote: https://www.appveyor.com/docs/how-to/rdp-to-build-worker. You can do the same with yours before_deploy one. You still need to add it to each project's YAML (or UI) configuration, but changes to the script itself will be centralized.

  2. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:27 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac