From 79583f67eac509b0bad3647ec66ef57e16705524 Mon Sep 17 00:00:00 2001 From: sakthipavi-1003 Date: Mon, 26 May 2025 16:00:41 +0530 Subject: [PATCH 1/4] +test push for checking --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4eb48f93..da712974 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,6 +18,7 @@ steps: - script: | npm install npm run build + echo "Hello Pavi" displayName: 'npm install and build' - task: CopyFiles@2 From ba14a3cc83e14f039eb942e7cfe467a55ac8d77f Mon Sep 17 00:00:00 2001 From: sakthipavi-1003 Date: Mon, 26 May 2025 16:06:48 +0530 Subject: [PATCH 2/4] test --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index da712974..1760f6a2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,7 +18,7 @@ steps: - script: | npm install npm run build - echo "Hello Pavi" + echo "Hello Pavi, how are u" displayName: 'npm install and build' - task: CopyFiles@2 From 060d65d09b697380d5f2182b25b3bba23d50614c Mon Sep 17 00:00:00 2001 From: sakthipavi-1003 Date: Thu, 29 May 2025 15:22:30 +0530 Subject: [PATCH 3/4] Flatris GitHub 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..ba0bcf31 --- /dev/null +++ b/azure-pipelines-1.yml @@ -0,0 +1,21 @@ +# Node.js with React +# Build a Node.js project that uses React. +# Add steps that analyze code, save build artifacts, deploy, and more: +# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript + +trigger: +- master + +pool: + vmImage: ubuntu-latest + +steps: +- task: NodeTool@0 + inputs: + versionSpec: '20.x' + displayName: 'Install Node.js' + +- script: | + npm install + npm run build + displayName: 'npm install and build' From c12b64c84f8c4e7a756639a7887a12ca1a3fbe9b Mon Sep 17 00:00:00 2001 From: sakthipavi-1003 Date: Thu, 29 May 2025 15:38:05 +0530 Subject: [PATCH 4/4] Flatris GitHub CI with Azure Pipelines [skip ci] --- azure-pipelines-2.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 azure-pipelines-2.yml diff --git a/azure-pipelines-2.yml b/azure-pipelines-2.yml new file mode 100644 index 00000000..a7f2a029 --- /dev/null +++ b/azure-pipelines-2.yml @@ -0,0 +1,21 @@ +# Node.js with React +# Build a Node.js project that uses React. +# Add steps that analyze code, save build artifacts, deploy, and more: +# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript + +trigger: +- master + +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'