From the course: Visual Studio App Center for Developers

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Create iOS CD builds

Create iOS CD builds - Visual Studio Tutorial

From the course: Visual Studio App Center for Developers

Start my 1-month free trial

Create iOS CD builds

- [Instructor] We want to set up a continuous delivery build for our native iOS project. Previously we added a shared scheme to this project and checked it into the Dev branch. Since our CD build is going to work against the master branch, we'll want to merge our changes from the Dev branch to the master branch. So inside source tree I'll change my current branch to the master branch, and I'll pull of the Dev branch which will pull in the latest changes. And we'll just say OK. And we're going to push our changes up to GitHub. And press OK here. Be aware, the gitignore files are provided in the sample directories. You should check that you overwrite the gitignore file we are creating here with the one provided in the sample. And this has now added the shared scheme to our master branch as well. So now we can set up the CD build inside Visual Studio App Center. Inside Visual Studio App Center we're going to want to open our native iOS project. So I'll click the red button, go to our…

Contents