From 60aa0e03a7a6674641ddc111646ff0b828396760 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Sun, 19 Apr 2020 14:21:44 +0200 Subject: [PATCH] remove Azure pipeline config file to use GitHub CI instead --- azure-pipelines.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml deleted file mode 100644 index 2667c5411..000000000 --- a/azure-pipelines.yml +++ /dev/null @@ -1,16 +0,0 @@ -# Starter pipeline -# Start with a minimal pipeline that you can customize to build and deploy your code. -# Add steps that build, run tests, deploy, and more: -# https://aka.ms/yaml - -trigger: -- dev-7.0 - -pool: - vmImage: 'ubuntu-latest' - -steps: - - script: | - cd tests - python build.py - displayName: 'Build'