Skip to content

Instantly share code, notes, and snippets.

View muraliparimi's full-sized avatar

Murali K Parimi muraliparimi

  • Exusia Inc
  • Chicago
View GitHub Profile
@muraliparimi
muraliparimi / azure-pipelines.yaml
Created February 17, 2020 02:55 — forked from chadmcrowell/azure-pipelines.yaml
CI/CD Lesson in Course "Build and Deploy Pipelines with Microsoft Azure"
# ASP.NET
# Build and test ASP.NET projects.
# Add steps that publish symbols, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/apps/aspnet/build-aspnet-4
trigger:
- master
stages:
- stage: Build