From 8a6888fc99a07a194cf9668a3926a1a4018d016d Mon Sep 17 00:00:00 2001 From: vbeerla1 <122345518+vbeerla1@users.noreply.github.com> Date: Wed, 18 Oct 2023 10:35:06 +0530 Subject: [PATCH 1/8] cicd [skip ci] --- azure-pipelines.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 00000000..01442dd6 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,21 @@ +# Node.js +# Build a general Node.js project with npm. +# Add steps that analyze code, save build artifacts, deploy, and more: +# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript + +trigger: +- main + +pool: + vmImage: ubuntu-latest + +steps: +- task: NodeTool@0 + inputs: + versionSpec: '10.x' + displayName: 'Install Node.js' + +- script: | + npm install + npm run build + displayName: 'npm install and build' From 9d932e2133170b6012aac42d8d374e21983bc415 Mon Sep 17 00:00:00 2001 From: vbeerla1 <122345518+vbeerla1@users.noreply.github.com> Date: Sun, 22 Oct 2023 15:34:57 +0530 Subject: [PATCH 2/8] Update README.md 19 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c3e21fa9..65f715c1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Sample NodeJS application for Azure Pipelines docs +#comment For information on how to set up a pipeline for this repository, see [Create your first pipeline](https://docs.microsoft.com/azure/devops/pipelines/get-started-yaml?view=azure-devops). For more information on building JavaScript or NodeJS applications, see [JavaScript](https://docs.microsoft.com/azure/devops/pipelines/languages/javascript). From 6b62480d8809717a1e76f020b3198a369589f722 Mon Sep 17 00:00:00 2001 From: vbeerla1 <122345518+vbeerla1@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:32:32 +0530 Subject: [PATCH 3/8] commit1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65f715c1..0bfdc978 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Sample NodeJS application for Azure Pipelines docs #comment +commit 1 For information on how to set up a pipeline for this repository, see [Create your first pipeline](https://docs.microsoft.com/azure/devops/pipelines/get-started-yaml?view=azure-devops). For more information on building JavaScript or NodeJS applications, see [JavaScript](https://docs.microsoft.com/azure/devops/pipelines/languages/javascript). From 1297f02493e47d9d61e4ee0b79857c208815adfd Mon Sep 17 00:00:00 2001 From: vbeerla1 <122345518+vbeerla1@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:34:44 +0530 Subject: [PATCH 4/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bfdc978..67607e25 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Sample NodeJS application for Azure Pipelines docs #comment -commit 1 +#commit 1 For information on how to set up a pipeline for this repository, see [Create your first pipeline](https://docs.microsoft.com/azure/devops/pipelines/get-started-yaml?view=azure-devops). For more information on building JavaScript or NodeJS applications, see [JavaScript](https://docs.microsoft.com/azure/devops/pipelines/languages/javascript). From 05240f2062b580df9bca3e0e07a9c2e6e3f25ccf Mon Sep 17 00:00:00 2001 From: vbeerla1 <122345518+vbeerla1@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:09:38 +0530 Subject: [PATCH 5/8] lateest1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67607e25..c188e364 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Sample NodeJS application for Azure Pipelines docs #comment -#commit 1 +#commit 11 For information on how to set up a pipeline for this repository, see [Create your first pipeline](https://docs.microsoft.com/azure/devops/pipelines/get-started-yaml?view=azure-devops). For more information on building JavaScript or NodeJS applications, see [JavaScript](https://docs.microsoft.com/azure/devops/pipelines/languages/javascript). From 4735d90290c9ae0a5d82a469997ed1cc0ffcc790 Mon Sep 17 00:00:00 2001 From: vbeerla1 <122345518+vbeerla1@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:22:05 +0530 Subject: [PATCH 6/8] 2nd time AB#24 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c188e364..60499f6b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Sample NodeJS application for Azure Pipelines docs #comment -#commit 11 +#commit 112 For information on how to set up a pipeline for this repository, see [Create your first pipeline](https://docs.microsoft.com/azure/devops/pipelines/get-started-yaml?view=azure-devops). For more information on building JavaScript or NodeJS applications, see [JavaScript](https://docs.microsoft.com/azure/devops/pipelines/languages/javascript). From d9f27f7285306767dcd575ce69c50766accb5721 Mon Sep 17 00:00:00 2001 From: vbeerla1 <122345518+vbeerla1@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:55:02 +0530 Subject: [PATCH 7/8] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 60499f6b..698d07e2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Sample NodeJS application for Azure Pipelines docs #comment #commit 112 +#commit1 For information on how to set up a pipeline for this repository, see [Create your first pipeline](https://docs.microsoft.com/azure/devops/pipelines/get-started-yaml?view=azure-devops). For more information on building JavaScript or NodeJS applications, see [JavaScript](https://docs.microsoft.com/azure/devops/pipelines/languages/javascript). From 2be10cae8da03f18dd6f22ec5b024ef94de7a11f Mon Sep 17 00:00:00 2001 From: vbeerla1 <122345518+vbeerla1@users.noreply.github.com> Date: Thu, 2 Nov 2023 11:11:42 +0530 Subject: [PATCH 8/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 698d07e2..a3e7a2c6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Sample NodeJS application for Azure Pipelines docs #comment #commit 112 -#commit1 +#commit12 For information on how to set up a pipeline for this repository, see [Create your first pipeline](https://docs.microsoft.com/azure/devops/pipelines/get-started-yaml?view=azure-devops). For more information on building JavaScript or NodeJS applications, see [JavaScript](https://docs.microsoft.com/azure/devops/pipelines/languages/javascript).