From d0056bb42be126ff02517ba7334cdd8c7ef5659e Mon Sep 17 00:00:00 2001 From: Nomango <569629550@qq.com> Date: Sun, 7 Apr 2019 02:14:14 +0800 Subject: [PATCH] remove azure-pipeline.yaml --- azure-pipelines.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml deleted file mode 100644 index b6db5d62..00000000 --- a/azure-pipelines.yml +++ /dev/null @@ -1,24 +0,0 @@ -# .NET Desktop -# Build and run tests for .NET Desktop or Windows classic desktop solutions. -# Add steps that publish symbols, save build artifacts, and more: -# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net - -trigger: -- master - -pool: - vmImage: 'VS2017-Win2016' - -variables: - solution: '**/*.sln' - buildPlatform: 'x86' - buildConfiguration: 'Release' - -steps: -- task: VSBuild@1 - -- task: VSBuild@1 - inputs: - solution: '$(solution)' - platform: '$(buildPlatform)' - configuration: '$(buildConfiguration)'