From 336d6982a202e154cd386194fb93f4504ab5f3b8 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sun, 20 Jan 2019 20:23:05 +0000 Subject: [PATCH] delete Azure Pipelines from master branch until it's ready --- azure-pipelines.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml deleted file mode 100644 index d6f40c5c1..000000000 --- a/azure-pipelines.yml +++ /dev/null @@ -1,17 +0,0 @@ -# ASP.NET Core -# Build and test ASP.NET Core projects targeting .NET Core. -# Add steps that run tests, create a NuGet package, deploy, and more: -# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core - -trigger: -- master - -pool: - vmImage: 'Ubuntu-16.04' - -variables: - buildConfiguration: 'Release' - -steps: -- script: dotnet build --configuration $(buildConfiguration) - displayName: 'dotnet build $(buildConfiguration)'