Joseph Guadagno

Director at Rocket Mortgage & Microsoft MVP

Joe Guadagno is a Director of Engineering at Rocket Mortgage, the nation’s largest mortgage lender based in Detroit, Michigan. He has been writing software for over 20 years and has been an active member of the .NET community, serving as a Microsoft MVP in .NET for over 10 years. At Rocket Mortgage, He leads three software development teams building and modernizing our internal services. He has spoken through the United States and international events on topics ranging from Microsoft .NET, Microsoft Azure, Ionic, Bootstrap, and many others. You can see the complete list at https://www.josephguadagno.net/presentations. When not sitting at a computer, Joe loves to hang out with his family and play games. When not playing games with the family, Joe is checking out the latest in Home Automation.

SESSION DETAILS

Title : Build and Ship It!

Description :

If you are like me, you have many libraries, helpers, utilities that you have built over time that you use for multiple projects. You’ve thought about publishing them to NuGet so you can share them with other projects or your team but didn’t because they contain secrets, intellectual property, or aren’t well documented. With Azure DevOps, you can set up an Azure DevOps Artifact repository, private to you or your team, to securely store your packages and make them available to other projects and teams.

In this talk, we’ll take a small .NET library, and it doesn’t just work with .NET, and build an Azure DevOps Pipeline to publish it in our Artifact directory. With this pipeline, we will build the library, execute unit tests, sign the code using a Code Signing certificate, and deploy it to our Artifact repository.

And at the end of the talk, you’ll have a pipeline that you can add to the library, utility, and helper packages with some minor tweaks, when you are ready, to NuGet.

Speaker Details