From e6a1f7b300bfd4e50b7b38b4fbf9621b8e941226 Mon Sep 17 00:00:00 2001 From: pekhaa <42606987+pekhaa@users.noreply.github.com> Date: Mon, 22 Nov 2021 14:42:40 +0200 Subject: [PATCH 1/2] 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 00000000..27a798ad --- /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 f431d1e63afb611677d2601a826131b189095425 Mon Sep 17 00:00:00 2001 From: pekhaa <42606987+pekhaa@users.noreply.github.com> Date: Mon, 22 Nov 2021 14:44:51 +0200 Subject: [PATCH 2/2] Update azure-pipelines.yml --- azure-pipelines.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 27a798ad..f90d23bd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,7 +13,4 @@ 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' +