From the course: Continuous Delivery with Azure DevOps

Unlock the full course today

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

Build alternatives to .NET projects

Build alternatives to .NET projects

From the course: Continuous Delivery with Azure DevOps

Start my 1-month free trial

Build alternatives to .NET projects

- [Instructor] So let's talk about non-.NET projects. Not everybody's building .NET projects. Not everybody's working on the Microsoft stack. But they want to take advantage of Azure DevOps. That's completely possible now because we have the ability to build non-.NET projects. As you can see form this screenshot, there's various different ways to build your Java projects, your Node, Angular. You're either using Grunt, Gradle, Gulp, Maven, Node, it doesn't matter, we can build for any platform in any language. I can build for iOS, for Mac, for Android. So what I want to do is rather than talk about looking at these non-.NET projects, I want to show you my iOS project that we can use, and build, using the Mac build agents that are in the cloud that Microsoft provides to us. So let's take a look at that. So here I am in my iOS environment, my project, in Azure DevOps. You can see from here we have our Pipelines, just same thing as we did in the last project. We can go to our Pipelines…

Contents