From f689a550ba274268da1dec788bcaa5db378fba96 Mon Sep 17 00:00:00 2001 From: sahooshubham888 <92034020+sahooshubham888@users.noreply.github.com> Date: Tue, 30 Jan 2024 14:41:35 +0530 Subject: [PATCH 1/3] Set up CI with Azure Pipelines [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 00c37b3c559c59e7a4e4b34150cbb412976bad8f Mon Sep 17 00:00:00 2001 From: sahooshubham888 <92034020+sahooshubham888@users.noreply.github.com> Date: Tue, 30 Jan 2024 14:49:36 +0530 Subject: [PATCH 2/3] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines-1.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 azure-pipelines-1.yml diff --git a/azure-pipelines-1.yml b/azure-pipelines-1.yml new file mode 100644 index 00000000..01442dd6 --- /dev/null +++ b/azure-pipelines-1.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 9083133d1184c112a8f39c156d07ce28c9972e74 Mon Sep 17 00:00:00 2001 From: sahooshubham888 <92034020+sahooshubham888@users.noreply.github.com> Date: Wed, 31 Jan 2024 15:02:58 +0530 Subject: [PATCH 3/3] Update README.md Readme file updated --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c3e21fa9..97e4f08b 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,5 @@ Privacy information can be found at https://privacy.microsoft.com/en-us/ Microsoft and any contributors reserve all others rights, whether under their respective copyrights, patents, or trademarks, whether by implication, estoppel or otherwise. + +Thank You For Using Azure