From ce331d71f25d14ce755dbe81b4afd3bbadbbe4f5 Mon Sep 17 00:00:00 2001 From: VinayaMSh <37274214+VinayaMSh@users.noreply.github.com> Date: Mon, 11 Mar 2024 21:16:51 +0100 Subject: [PATCH 1/3] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 000000000..e75725087 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,18 @@ +# 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: +- main + +pool:myAgentPool + +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 d5d7722ac99d60d24127cc1683f1b0f08ab50648 Mon Sep 17 00:00:00 2001 From: VinayaMSh <37274214+VinayaMSh@users.noreply.github.com> Date: Mon, 11 Mar 2024 21:19:25 +0100 Subject: [PATCH 2/3] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e75725087..9c909aac9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,7 +6,7 @@ trigger: - main -pool:myAgentPool +pool: myAgentPool steps: - script: echo Hello, world! From b8f3d881b3a09bd1bdcdb5f0eb4bbb27bd75037c Mon Sep 17 00:00:00 2001 From: VinayaMSh <37274214+VinayaMSh@users.noreply.github.com> Date: Sun, 7 Apr 2024 19:31:44 +0200 Subject: [PATCH 3/3] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9c909aac9..c6d827f43 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,7 +6,7 @@ trigger: - main -pool: myAgentPool +pool: udacitydemo3Pool steps: - script: echo Hello, world!