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/5] 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 cae9e79a15f16bbe28aba22e84df857bcfc96ba1 Mon Sep 17 00:00:00 2001 From: bhaskarpr2000 <113206629+bhaskarpr2000@users.noreply.github.com> Date: Sun, 11 Sep 2022 07:17:24 +0000 Subject: [PATCH 2/5] 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..d0d3416 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 Lab06' From 0fb7a90b7d69be6634d456d9cf770f4befc33732 Mon Sep 17 00:00:00 2001 From: bhaskarpr2000 <113206629+bhaskarpr2000@users.noreply.github.com> Date: Sun, 11 Sep 2022 07:19:48 +0000 Subject: [PATCH 3/5] 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 d0d3416..a409418 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,4 +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 Lab06' + displayName: 'Run for Lab06' From 016d20d67a60b5dade76de6c7151ce15b953d53d Mon Sep 17 00:00:00 2001 From: bhaskarpr2000 <113206629+bhaskarpr2000@users.noreply.github.com> Date: Sun, 11 Sep 2022 07:21:08 +0000 Subject: [PATCH 4/5] Update azure-pipelines.yml --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a409418..d6aa3a7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,5 +16,5 @@ steps: - script: | 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 Lab06' + displayName: 'Run a multi-line script for Lab06' + From f8d33b02c9d9e3ba3b323815aa9e39748400419c Mon Sep 17 00:00:00 2001 From: bhaskarpr2000 <113206629+bhaskarpr2000@users.noreply.github.com> Date: Sun, 11 Sep 2022 07:32:18 +0000 Subject: [PATCH 5/5] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ee39e8..801016d 100644 --- a/README.md +++ b/README.md @@ -58,4 +58,6 @@ Change indent: Tab/Shift+Tab ## Using Math.js: -https://github.com/grimalschi/mathjs \ No newline at end of file +https://github.com/grimalschi/mathjs + +Line Added for Lab 06 for GitHub Pull request