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: diff --git a/factory/adf-demo-gt-dev.json b/factory/adf-demo-gt-dev.json new file mode 100644 index 0000000..ec402f9 --- /dev/null +++ b/factory/adf-demo-gt-dev.json @@ -0,0 +1,14 @@ +{ + "name": "adf-demo-gt-dev", + "properties": { + "globalConfigurations": { + "PipelineBillingEnabled": "true" + } + }, + "location": "eastus", + "identity": { + "type": "SystemAssigned", + "principalId": "6e3eae51-ea74-4be6-97e2-510c1803c483", + "tenantId": "bc678f5e-c919-4e83-be3b-d1ed967dcf0f" + } +} \ No newline at end of file diff --git a/pipeline/pipeline1.json b/pipeline/pipeline1.json new file mode 100644 index 0000000..3522a26 --- /dev/null +++ b/pipeline/pipeline1.json @@ -0,0 +1,17 @@ +{ + "name": "pipeline1", + "properties": { + "activities": [ + { + "name": "CICD Wait", + "type": "Wait", + "dependsOn": [], + "userProperties": [], + "typeProperties": { + "waitTimeInSeconds": 1 + } + } + ], + "annotations": [] + } +} \ No newline at end of file diff --git a/publish_config.json b/publish_config.json new file mode 100644 index 0000000..80b9cca --- /dev/null +++ b/publish_config.json @@ -0,0 +1 @@ +{"publishBranch":"adf_publish","enableGitComment":true} \ No newline at end of file