Skip to content

Commit

Permalink
Adjust azure pipelines filename (#2186)
Browse files Browse the repository at this point in the history
* Adjust azure pipelines filename

* Adjustment for yaml file extension
  • Loading branch information
PKief committed Jan 8, 2024
1 parent d27036b commit 3803ba0
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/icons/fileIcons.ts
Expand Up @@ -1728,8 +1728,18 @@ export const fileIcons: FileIcons = {
},
{
name: 'azure-pipelines',
fileNames: ['azure-pipelines.yml', 'azure-pipelines.yaml'],
fileExtensions: ['azure-pipelines.yml', 'azure-pipelines.yaml'],
fileNames: [
'azure-pipelines.yml',
'azure-pipelines.yaml',
'azure-pipelines-main.yml',
'azure-pipelines-main.yaml',
],
fileExtensions: [
'azure-pipelines.yml',
'azure-pipelines.yaml',
'azure-pipelines-main.yml',
'azure-pipelines-main.yaml',
],
},
{ name: 'azure', fileExtensions: ['azcli'] },
{
Expand Down

0 comments on commit 3803ba0

Please sign in to comment.