Skip to content

Instantly share code, notes, and snippets.

@Romiko
Romiko / azure-pipelines.yaml
Created April 2, 2020 10:01 — 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