I deployed a new provider hosted Sharepoint app successfully (I used this tutorial: http://bhanuprakashbysani.blogspot.de/2014/11/how-to-publish-provider-hosted-app-in.html).
However, now I want to deploy the first update of my app. The only way I found out is to deploy it "manually":
- Delete app on my SP developer site.
- Menu "Apps in Testing"
- New app to deploy
- Upload ".app" file
This steps have 2 disadvantages I want to avoid:
- I always have to delete my app before I upload the new version, else I get an error
- These are manual steps, it would be perfect, if the update would work automatically.
Are there any possibilities to set my project up for these "autoamtic" updates?