I am new to sharepoint so please bear with me! I have completed a provider hosted application that we will be hosting on premise! One of our requirements is that all apps are ran through TeamCity for build and Octopus for deployment and we use GIT for Source control. I have figured out how to get team city to build my MVC portion of the provider hosted app and got octopus to deploy it, my problem is now how to get he SharePoint part of the app to be automated like that. WHat I mean is now I have to click on publish in visual studio and have it create a .app file and I then have to give that to our operations guys who then upload it to our internal app catalog! is there a way to get TeamCity to create the .App file and then have Octopus deploy it to the Sharepoint Catalog?
SharePoint Provider Hosted app deployment
325 Views Asked by ksliman At
0
There are 0 best solutions below
Related Questions in CONTINUOUS-INTEGRATION
- Installing Teamcity build agent as a user: failed to install the service. selected account does not have enough rights
- Restrict number of instances of a build in the queue
- SShpass not allowed with Travis CI
- docker build with a template Dockerfile
- Team City pending changes for specific build configuration is not as per default branch
- Deployment of multiple Jenkins slaves on a Mac
- How do you get a BitBucket pull request to trigger a Bamboo build?
- [Jenkins]Why User-Defined axis doesn't work with slaves
- Switch job on online Node jenkins
- Git/CI workflow: remote branch to specify version to deploy on integration-test system?
- Jenkins CI pipeline radiator
- Can I schedule a Jenkins Build without CRON or REST API?
- Compile custom Platform in Teamcity 9
- OS X Server kills WiFi connection
- Git tag at the end of build on Visual Studio Online (Build vNext, hosted pool)
Related Questions in TEAMCITY
- Installing Teamcity build agent as a user: failed to install the service. selected account does not have enough rights
- How to define WIX agent requirement in TeamCity?
- Linking TeamCity 8.0.5 to MySQL
- TeamCity create arbitrary directory structure on agent
- Running Windows Forms Application with TeamCity
- Backup strategy for build tool hosted on Azure VM
- Xcode 6 archive process does not fire pre/post/build phase script for auto build increment
- How to fetch the Value of Teamcity Configuration in java?
- Team City pending changes for specific build configuration is not as per default branch
- How to build Xamarin.Mac application from command line or build script
- How does one create a branch in TeamCity for multiple VCS configurations?
- TeamCity - Create Project From URL
- Is there deployment trigger for teamcity?
- MSBuild12 on a machine with only VS2015
- Have teamcity checkout on build agent machine
Related Questions in SHAREPOINT-2013
- Limit items on external list using BCS Filter
- share point excel service
- MS Access Run-time error 3999
- SharePoint 2013 Custom list field iterator not saving values for MultiLine or person columns
- SharePoint Links with Ampersands
- Sharepoint 2013 health and usage data
- <body onresize="jsUpdateSize()"> not firing
- CSOM Equivalent of allusers
- Access data from SharePoint-hosted app
- sql server saves only null values for some columns
- Upload properly encoded (base64?) image to SharePoint with AngularJS
- SharePoint 2013 - Programmatically access the file in directory from the path present in database table
- Communication betwen sharepoint apps on different pages
- The data source provider for data sources of type 'ADOMD.NET' is not registered
- Access Form : import picture from SharePoint
Related Questions in OCTOPUS-DEPLOY
- TFS 2013 with Octopus Deploy, Email Template - Resolved Bugs/User Stories
- Octopack for .Net 2.0 and msbuild 2.0
- Octopack is not packing when using custom nuspec file
- TFS Build tag git branch with build number
- Add Binding To IIS With PowerShell Without Overwriting Existing
- Does Octopus Deploy talk to any other repos ( like maven, npm) other than nuGet?
- configuring click once app in Octopus deploy with mage.exe, change publish url and app.config
- Is there a way to package an ASP.NET Core app, using NuGet or otherwise?
- How do I add the job status (success or failure) in the email notification?
- How to build single nuget package for multiple projects in a solution
- Octopus Deploy uses a snapshot of deployment until I create a new release
- Powershell job with alternate credentials from Octopus Deploy
- SQLite.Interop.dll not getting picked up by OctoPack
- OctoPack for deployment packaging all web.config files
- TFS build definition associated commits
Related Questions in PROVIDER-HOSTED
- “Invalid provider specified” while creating provider-hosted SharePoint Add-ins
- "Token request failed." errors after installing provider-hosted add-in in new SharePoint site
- Prevent Code Analysis from testing Provider Hosted Apps
- Deployment error "Too many automatic redirections were attempted" in Sharepoint Add In App
- Office Online Server and Provider Hosted Apps on the same server
- Provider hosted asp.net mvc app upload file
- RichTextbox for o365 sharepoint provider hosted app
- Login failed for User when using Database connection in Owin Startup class
- Reading a SharePoint List in SharePoint Online Cross-Site Collection
- How to fix Invalid field or parameter url in SP.Executor.js in people picker Sharepoint Provided-Hosted App
- SharePoint Provider Hosted app deployment
- Recent update to Visual Studio 2017 on my SharePoint 2013 server broke Add-in debugging
- SPO Provider hosted Client web part not storing session cookie
- how can i assign value to textbox in MVC - Sharepoint Provider-hosted
- $.post always failed ASP.NET MVC with provider hosted app
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?