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/5] 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/5] 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/5] 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/5] 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 ab312c6794cb3a1e2a0aabcbba137dcb07fc33fb Mon Sep 17 00:00:00 2001 From: vbeerla1 <122345518+vbeerla1@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:45:25 +0530 Subject: [PATCH 5/5] Update README.md --- 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).