From ab08d9a3d2371acc12b77f313a99375ec391e0c9 Mon Sep 17 00:00:00 2001 From: sathya111 Date: Sat, 8 Apr 2023 01:20:31 +0530 Subject: [PATCH 01/10] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6800dd8..60e6785 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -45,7 +45,6 @@ steps: projects: '$(project)' arguments: '--configuration $(BuildConfiguration) --output $(Build.ArtifactStagingDirectory)' zipAfterPublish: false - stages: - stage: DeployWebsite displayName: 'Deploy website' From 69a8773deb9a3c29e2f29ddee0fc06306f6078b0 Mon Sep 17 00:00:00 2001 From: sathya111 Date: Sat, 8 Apr 2023 01:20:51 +0530 Subject: [PATCH 02/10] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 60e6785..6800dd8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -45,6 +45,7 @@ steps: projects: '$(project)' arguments: '--configuration $(BuildConfiguration) --output $(Build.ArtifactStagingDirectory)' zipAfterPublish: false + stages: - stage: DeployWebsite displayName: 'Deploy website' From 1646d5badf0dd69e4c06e77ef1b7daa1fc72b148 Mon Sep 17 00:00:00 2001 From: sathya111 Date: Sat, 8 Apr 2023 01:23:27 +0530 Subject: [PATCH 03/10] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6800dd8..fec2359 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,3 +1,4 @@ + # 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: From 59671113050072a24fcea6203719fc4408807112 Mon Sep 17 00:00:00 2001 From: sathya111 Date: Thu, 1 Jun 2023 00:37:39 +0530 Subject: [PATCH 04/10] Adding factory: adf-demo-gt-dev --- factory/adf-demo-gt-dev.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 factory/adf-demo-gt-dev.json diff --git a/factory/adf-demo-gt-dev.json b/factory/adf-demo-gt-dev.json new file mode 100644 index 0000000..3ea693d --- /dev/null +++ b/factory/adf-demo-gt-dev.json @@ -0,0 +1,9 @@ +{ + "name": "adf-demo-gt-dev", + "location": "eastus", + "identity": { + "type": "SystemAssigned", + "principalId": "6e3eae51-ea74-4be6-97e2-510c1803c483", + "tenantId": "bc678f5e-c919-4e83-be3b-d1ed967dcf0f" + } +} \ No newline at end of file From 71f8d15d71a5e6ba792b14fce31d08385671d8b3 Mon Sep 17 00:00:00 2001 From: sathya111 Date: Thu, 1 Jun 2023 00:37:52 +0530 Subject: [PATCH 05/10] Create publish_config.json --- publish_config.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 publish_config.json diff --git a/publish_config.json b/publish_config.json new file mode 100644 index 0000000..3c723d0 --- /dev/null +++ b/publish_config.json @@ -0,0 +1 @@ +{"publishBranch":"adf_publish"} \ No newline at end of file From 884cd910783f40d9fc7a7c2783b2c0ab4d6dfeb6 Mon Sep 17 00:00:00 2001 From: sathya111 Date: Thu, 1 Jun 2023 00:37:54 +0530 Subject: [PATCH 06/10] Update publish_config.json --- publish_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish_config.json b/publish_config.json index 3c723d0..80b9cca 100644 --- a/publish_config.json +++ b/publish_config.json @@ -1 +1 @@ -{"publishBranch":"adf_publish"} \ No newline at end of file +{"publishBranch":"adf_publish","enableGitComment":true} \ No newline at end of file From 03669cff995873b463e2f625d0b5d29a6ffca74c Mon Sep 17 00:00:00 2001 From: sathya111 Date: Thu, 1 Jun 2023 00:45:22 +0530 Subject: [PATCH 07/10] Updating factory: adf-demo-gt-dev --- factory/adf-demo-gt-dev.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/factory/adf-demo-gt-dev.json b/factory/adf-demo-gt-dev.json index 3ea693d..ec402f9 100644 --- a/factory/adf-demo-gt-dev.json +++ b/factory/adf-demo-gt-dev.json @@ -1,5 +1,10 @@ { "name": "adf-demo-gt-dev", + "properties": { + "globalConfigurations": { + "PipelineBillingEnabled": "true" + } + }, "location": "eastus", "identity": { "type": "SystemAssigned", From 9e34ba5d4ced9d3f85c41e7def2d8b94dbf86b24 Mon Sep 17 00:00:00 2001 From: sathya111 Date: Thu, 1 Jun 2023 01:06:29 +0530 Subject: [PATCH 08/10] Adding pipeline: pipeline1 --- pipeline/pipeline1.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pipeline/pipeline1.json diff --git a/pipeline/pipeline1.json b/pipeline/pipeline1.json new file mode 100644 index 0000000..20f27b5 --- /dev/null +++ b/pipeline/pipeline1.json @@ -0,0 +1,21 @@ +{ + "name": "pipeline1", + "properties": { + "activities": [ + { + "name": "CICD DEMO", + "type": "WebActivity", + "dependsOn": [], + "policy": { + "timeout": "0.12:00:00", + "retry": 0, + "retryIntervalInSeconds": 30, + "secureOutput": false, + "secureInput": false + }, + "userProperties": [] + } + ], + "annotations": [] + } +} \ No newline at end of file From f7628a660ca946e0def12d726fc3cfaf8fdb4ce3 Mon Sep 17 00:00:00 2001 From: sathya111 Date: Thu, 1 Jun 2023 01:09:44 +0530 Subject: [PATCH 09/10] Updating pipeline: pipeline1 --- pipeline/pipeline1.json | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/pipeline/pipeline1.json b/pipeline/pipeline1.json index 20f27b5..3522a26 100644 --- a/pipeline/pipeline1.json +++ b/pipeline/pipeline1.json @@ -3,17 +3,13 @@ "properties": { "activities": [ { - "name": "CICD DEMO", - "type": "WebActivity", + "name": "CICD Wait", + "type": "Wait", "dependsOn": [], - "policy": { - "timeout": "0.12:00:00", - "retry": 0, - "retryIntervalInSeconds": 30, - "secureOutput": false, - "secureInput": false - }, - "userProperties": [] + "userProperties": [], + "typeProperties": { + "waitTimeInSeconds": 1 + } } ], "annotations": [] From aa238fe4815122d022322d4d81a80d32b0a9ffcb Mon Sep 17 00:00:00 2001 From: sathya111 Date: Thu, 1 Jun 2023 01:12:27 +0530 Subject: [PATCH 10/10] Updating pipeline: pipeline1