简体   繁体   中英

how to upload a solution to vsts/ azure devops from visual studio

how can you create a solution in visual studio and when you save it to create a rep in VSTS and upload it?

I want to create an azure resource group folder then when i save it to automatically creates a repo in my vsts account and also upload the solution files

Assuming you're working with a web application, see the Publish a Web app to Azure App Service using Visual Studio Quick Start Guide . It should contain all necessary steps on how to publish your web app with configuration that suits your needs.

If my memory serves me right, so long as your Visual Studio instance is connected to an account with access to contribute to an Azure DevOps instance, you should be able to create new Git repositories when creating your solution.

From there, you should publish your local repository to your DevOps instance (I'd recommend reading the Git branching guide ) once your particular feature is complete.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM