Hi,
We are using Visual Studio to develop apps for SharePoint Online, but manually building the project using MS Build. I am able to build the project and get .app file.
I want to automate even the deployment process, I want this .app file to be moved to my Developers Site, Can I achieve this using a code/script or .bat file?
Visual Studio does it and I dont want to manually upload the .app file to Developers Site.
Can someone please help me out?