Skip to content

Commit

Permalink
chore: add placeholders for pull request templates and azure devops p…
Browse files Browse the repository at this point in the history
…ipelines
  • Loading branch information
EnisMulic committed Nov 3, 2023
1 parent 6644ce4 commit 9319618
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .azuredevops/pipelines/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

File renamed without changes.
Empty file.
8 changes: 4 additions & 4 deletions .template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"description": "Use Github"
},
{
"choice": "Azure",
"choice": "AzureDevOps",
"description": "Use Azure DevOps"
},
{
Expand All @@ -37,7 +37,7 @@
},
"UseAzureDevOps": {
"type": "computed",
"value": "(GitHost == \"Azure\")"
"value": "(GitHost == \"AzureDevOps\")"
},
"UseNoGitHost": {
"type": "computed",
Expand All @@ -51,15 +51,15 @@
"modifiers": [
{
"condition": "(UseGithub)",
"exclude": [".azure/**"]
"exclude": [".azuredevops/**"]
},
{
"condition": "(UseAzureDevOps)",
"exclude": [".github/**"]
},
{
"condition": "(UseNoGitHost)",
"exclude": [".azure/**", ".github/**"]
"exclude": [".azuredevops/**", ".github/**"]
}
]
}
Expand Down

0 comments on commit 9319618

Please sign in to comment.