From e3311e35b015bf7ccc63d84c6fb73b508b6ae82f Mon Sep 17 00:00:00 2001 From: "azure-pipelines[bot]" Date: Tue, 13 Nov 2018 18:10:03 +0000 Subject: [PATCH 1/2] Set up CI with Azure Pipelines --- azure-pipelines.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 00000000..3b9370d1 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,16 @@ +# 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 + +pool: + vmImage: 'Ubuntu 16.04' + +steps: +- script: echo Hello, world! + displayName: 'Run a one-line script' + +- script: | + echo Add other tasks to build, test, and deploy your project. + echo See https://aka.ms/yaml + displayName: 'Run a multi-line script' From 1b01f196bc0797112e4a5de340ecd6e0c0c30d83 Mon Sep 17 00:00:00 2001 From: David Staheli Date: Tue, 13 Nov 2018 13:10:55 -0500 Subject: [PATCH 2/2] Update azure-pipelines.yml --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3b9370d1..c4f20903 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,6 +10,7 @@ steps: - script: echo Hello, world! displayName: 'Run a one-line script' + - script: | echo Add other tasks to build, test, and deploy your project. echo See https://aka.ms/yaml