From a4687d8bf5f75be3968699fd573fa5c15663ec1a Mon Sep 17 00:00:00 2001 From: chuka <46946518+chuk001@users.noreply.github.com> Date: Wed, 27 Mar 2024 21:19:01 -0600 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 000000000..6c6445a3e --- /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: +- main + +pool: + vmImage: 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 40937e73e2378ab8ff892e1095d4044dde3a6f8f Mon Sep 17 00:00:00 2001 From: chuka <46946518+chuk001@users.noreply.github.com> Date: Wed, 27 Mar 2024 21:20:55 -0600 Subject: [PATCH 2/3] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6c6445a3e..bf97edc96 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ trigger: - main pool: - vmImage: MyAgentPool + vmImage: AgentPool steps: - script: echo Hello, world! From 8cdffeeeb053b0214e66f736e56d956c5c1e7f5b Mon Sep 17 00:00:00 2001 From: chuka <46946518+chuk001@users.noreply.github.com> Date: Wed, 27 Mar 2024 21:24:00 -0600 Subject: [PATCH 3/3] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bf97edc96..b13dc427c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,8 +6,8 @@ trigger: - main -pool: - vmImage: AgentPool +pool: MyAgentPool + steps: - script: echo Hello, world!