In Visual Studio 14 CTP, I created a new "ASP.NET vNext Web Application".
I want to have a local git repository that I am syncing with the BitBucket repository.
I want to move the entire folder structure to Bitbucket, which will contain the folder that I made for my SQL scripts, as well as the .sln file and everything else.
This is the part of the Visual Studio folder structure made by:
- MyApp <-- I want this and below in BitBucket
-- MyApp.sln.ide
-- sqlscripts
-- src
I will pull out the entire folder structure in BitBucker, but I only need a second MyApp folder and below to go to Azure.
Can Azure just “take” this one MyApp folder and below?
source
share