0

A third party is building a mobile application for my company and they developing using XCode. They have given their source code to us using SFTP server so the code now resides in an FTP folder that has restricted access. How can I import this source code into VSTS? The folder containing source code has zip files and a .ipa file.

swat1590
  • 11
  • 3

1 Answers1

-1

The are a few things you need to do:

  1. Create a new Project in VSTS (skip this step if you already have a project).
  2. Init a repository
  3. Upload the repository
  • I just have zip files and .ipa file in the folder they are checking into. Can I just go ahead and upload all the files? how do make sure the later code check-ins are being updated to VSTS? – swat1590 Aug 03 '18 at 16:43