Execute one script in multiple projects
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
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
1 Posted by Ilya Finkelshte... on 14 Mar, 2018 01:34 PM
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.Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:27 AM.