From the course: Microsoft Azure DevOps Engineer Expert (AZ-400) Cert Prep by Microsoft Press

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

Lab D: Create packages

Lab D: Create packages

For this lab, you can use either Visual Studio Code or you can follow along with GitHub Codespaces. In case you're using Visual Studio Code, you do not need to create a repository like we will do in GitHub Codespaces. So here I'm in GitHub Codespaces, I'm going to create a new repository. This is going to be lab46javapkg. That's what I'm going to call it. I'm going to leave it with the default values, except that I'm going to create a gitignore file and this is going to be for Maven. Let's create the repository. And once it's created, I'm going to go ahead and create a codespace for this repository. You can also create a repository and clone it locally in Visual Studio Code if you're working from your own desktop. Or you can either work directly in a local Git repository within your VS Code. It's just that for codespaces, as you probably already know by now, we need to work with a GitHub repository in order to be able…

Contents