From the course: Visual Studio Tools for Azure DevOps

Unlock the full course today

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

Add console app to a DevOps project

Add console app to a DevOps project

From the course: Visual Studio Tools for Azure DevOps

Start my 1-month free trial

Add console app to a DevOps project

- [Instructor] We need a project with some simple code for this chapter. So to review the process, we're going to create a new DevOps project and add a .NET console project to the Azure project. So I've logged into the web portal. I'll click on Create Project in my course organization. Give it a name, make it public, click on Advanced and choose Git for version control and Agile for the work item process. The next step is to go to Project Settings, go to Teams, and add our team members. Wait a second, til the progress bar stops running. And then verify that I have my new members. Now it's time to switch over to Visual Studio and create that console project. In Visual Studio, go to File, New Project. We're looking for the Console App for the .NET Framework. I'll call it SimpleConsole for the project name and the solution name and click Create. Next step is to add this to version control. Right click, Add Solution to Source Control, that adds it to Git, then I'll go to the Team…

Contents