Skip to content

aaFeature #2

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
14 changes: 14 additions & 0 deletions factory/adf-demo-gt-dev.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
17 changes: 17 additions & 0 deletions pipeline/pipeline1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "pipeline1",
"properties": {
"activities": [
{
"name": "CICD Wait",
"type": "Wait",
"dependsOn": [],
"userProperties": [],
"typeProperties": {
"waitTimeInSeconds": 1
}
}
],
"annotations": []
}
}
1 change: 1 addition & 0 deletions publish_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"publishBranch":"adf_publish","enableGitComment":true}