How to add before deployment and after deployment script for deploying windows app using appveyor agent
How can i write a power shell script to shut down my windows app before deployment and run the windows app after deployment using appveyor agent
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 nikhil on Nov 04, 2016 @ 01:21 PM
link to my repo- https://bitbucket.org/NikhilPipal/demo/src/b14382934d1ac554f7e96a9955e28fa628cf6a19/DemoApp/?at=master
2 Posted by Ilya Finkelshte... on Nov 04, 2016 @ 04:39 PM
This on how to stop and check that files are free. I believe that it is easy to figure out how to start. If you are is actually not Windows Service but interactive app (which is unusual situation), you can try to use
Stop-Process
PS command.--ilya.
Ilya Finkelshteyn closed this discussion on Aug 25, 2018 @ 02:09 AM.