Extend Azure DevOps with a Custom PowerShell-based Pipeline Task

Slides:



Advertisements
Similar presentations
Node.js on Windows Azure Name Title Microsoft Corporation.
Advertisements

Esri UC 2014 | Demo Theater | Using ArcGIS for Server in the Microsoft Azure Cloud Nikhil Shampur.
Windows Azure Websites Matt |
Node.js & Windows Azure AZR326  JavaScript on the Server!  Event driven I/O server-side JavaScript  Not thread based, each connection uses only a.
Bellevue College Cloud Seminars Learn: Cloud services Friday, March 4, 2016 Azure Virtual Machines Fawad Khan.
Bellevue College Cloud Workshops Try: Cloud services Friday, May 6, 2016 Azure Introduction Fawad Khan.
Copyright © New Signature Who we are: Focused on consistently delivering great customer experiences. What we do: We help you transform your business.
Azure 101 – Where do I start? Andrew Nakamura Keck Medical Center - USC
Microsoft Azure Infrastructure Services Move your infrastructure to the cloud Kaido Jarvemets Senior Consultant Trevor Sullivan.
Survive and Thrive in a DevOps World Steven Murawski
DevOps with ASP.NET Core and Entity Framework Core
From SharePoint to Office 365 Development
Build and Learn ASP.NET Workshop.
1/27/2018 5:13 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
4/24/ :07 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
0 to DevOps. 0 to DevOps Who am I? Donovan Brown Fun Stuff 5/7/2018 Who am I? Donovan Brown Principal DevOps Manager.
Accelerate your DevOps with OpenShift by Red Hat
Working with SQL Server for Linux Cross-Platform
Easily manage SQL everywhere from anywhere with SQL tools
Developing Hybrid Apps on Microsoft Azure Stack
Azure SDKs and Tools for You
Modern web tooling in Visual Studio 2015
Building a Continuous Delivery Pipeline for ASP.NET Core Apps
Logo here Module 3 Microsoft Azure Web App. Logo here Module Overview Introduction to App Service Overview of Web Apps Hosting Web Applications in Azure.
7/19/2018 9:40 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek
Azure CLI Deep Dive Neil Peterson Content Developer Microsoft.
0 to 100% Build & Deploy a website in an hour
SQL Server Client Tools 2018
Release Management with Visual Studio Team Services
9/20/ :55 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Nick Trogh Technical Evangelist, Microsoft.
Get Microsoft Exam PDF Braindumps With Verified Question Answers By Realexamdumps.com
Git Version Control for Everyone
Cloudy with a Chance of Data
Azure PowerShell Aaron Roney Senior Program Manager Cormac McCarthy
Continuous Delivery for Microsoft Azure
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Microsoft Connect /17/ :34 AM
Microsoft Virtual Academy
12/5/ :36 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Microsoft Virtual Academy
12/26/2018 1:44 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
In this session… Introduce what we’re talking about
Cross-Platform, Cloud and On-Premise Database Tool
Saranya Sriram Developer Evangelist | Microsoft
Serverless Architecture in the Cloud
Cross-Platform, Cloud and On-Premise Database Tool
Intro to Bot Framework v4
4/5/2019 2:30 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
A Lap Around Azure Websites Introduction
Microsoft Build /8/2019 6:29 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
4/11/2019 6:29 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
4/12/2019 5:27 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Build /19/2019 © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION.
Introduction Cale Teeter | Azure COE PaaS Consultant
Rich Benner SQL Server Performance Richbenner.com.
1. Azure Data Explorer Azure Data Explorer enables rich data exploration over raw, structured, and semi-structured data delivering fast time to insight.
5/25/2019 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Day 2, Session 2 Connecting System Center to the Public Cloud
Office 365 Development July 2014.
02 | Getting Started with Azure Websites
A DevOps process for deploying R to production
Cloudy with a Chance of Data
Automation in a hybrid world
Continuous Integration and Delivery (CI/CD) in Azure Data Factory
Azure DevOps Integration
Microsoft 365 Business Technical Fundamentals Series
Automated Delivery for .NET Applications
DevOps for Desktop Apps
Presentation transcript:

Extend Azure DevOps with a Custom PowerShell-based Pipeline Task Mike Huguet Lead Software Engineer for

Microsoft Azure DevOps

Azure DevOps Pipelines Build, test, and deploy with CI/CD that works with any language, platform, and cloud. Connect to GitHub or any other Git provider and deploy continuously. Get cloud-hosted pipelines for Linux, macOS, and Windows. Build web, desktop and mobile applications. Deploy to any cloud or on-premises. Build Test Release

Tools & Prerequisites A Microsoft account Azure DevOps organization able to install extensions PowerShell Text editor Node.js TFS Cross Platform CLI (tfx-cli) NPM module npm install –g tfx-cli PowerShell Task SDK save-module VstsTaskSdk (PowerShell Gallery)

Steps Modify the metadata Script/Code away Test Package into vsix Initialize task metadata files Add Azure Pipeline Task SDK save-module VstsTaskSdk (PowerShell Gallery) Modify the metadata Script/Code away Test Package into vsix Deploy Share Install

tfx build tasks create

Demo

Session Evaluations are ONLINE ONLY Your feedback is valuable! SQLSatBR.com/Sessions/SessionEvaluation.aspx

Resources https://docs.microsoft.com/en-us/azure/devops/extend/develop/add-build-task?view=azure-devops https://github.com/Microsoft/azure-pipelines-tasks/blob/master/docs/authoring/servertaskauthoring.md