From b652686b7580638b16a993bbe8d2cd13769f293b Mon Sep 17 00:00:00 2001 From: Andrea Rivera <72488182+AndyRicon@users.noreply.github.com> Date: Thu, 15 Oct 2020 03:35:05 -0500 Subject: [PATCH 1/3] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000..aa91291 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,19 @@ +# 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: +- master + +pool: + vmImage: 'ubuntu-latest' + +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 2db28754e265d1bcde4ab723bdd748d4c580a85e Mon Sep 17 00:00:00 2001 From: AndyRicon Date: Thu, 15 Oct 2020 03:40:57 -0500 Subject: [PATCH 2/3] Add build tasks --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index aa91291..b72ee90 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,6 +2,7 @@ # 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 +#qandrea trigger: - master From f47ab30ea611ff94d651ed7d9082fddcea1b3957 Mon Sep 17 00:00:00 2001 From: AndyRicon Date: Thu, 15 Oct 2020 03:59:03 -0500 Subject: [PATCH 3/3] Addtask --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b72ee90..e291a58 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,7 +2,7 @@ # 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 -#qandrea +#qandreak trigger: - master