From f864819768a8501c0385a6dc2feca084f7ffaf98 Mon Sep 17 00:00:00 2001 From: bhaskarpr2000 <113206629+bhaskarpr2000@users.noreply.github.com> Date: Sun, 11 Sep 2022 07:09:25 +0000 Subject: [PATCH 1/2] Set up CI with Azure Pipelines- Lab06 Revise [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..27a798a --- /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 848a3ec0a9734cb3e470d9f0d955d79c58c381cd Mon Sep 17 00:00:00 2001 From: bhaskarpr2000 <113206629+bhaskarpr2000@users.noreply.github.com> Date: Sun, 11 Sep 2022 07:15:33 +0000 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 27a798a..6feac4e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,3 +17,4 @@ steps: echo Add other tasks to build, test, and deploy your project. echo See https://aka.ms/yaml displayName: 'Run a multi-line script' + displayName: 'Run for Lab 06'