Skip to content

Commit 9312bc1

Browse files
authored
Merge pull request #1302 from Gijsreyn/gh-1301/main/add-bicepparam-extension
(MAINT) Add 'bicepparams.dsc.extension.json' to packaging and copy files
2 parents 1b0faef + ace6ea0 commit 9312bc1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

extensions/bicep/copy_files.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
bicep.dsc.extension.json
2+
bicepparams.dsc.extension.json

packaging.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ $filesForWindowsPackage = @(
5151
'appx.dsc.extension.json',
5252
'appx-discover.ps1',
5353
'bicep.dsc.extension.json',
54+
'bicepparams.dsc.extension.json',
5455
'dsc.exe',
5556
'dsc_default.settings.json',
5657
'dsc.settings.json',
@@ -87,6 +88,7 @@ $filesForWindowsPackage = @(
8788

8889
$filesForLinuxPackage = @(
8990
'bicep.dsc.extension.json',
91+
'bicepparams.dsc.extension.json',
9092
'dsc',
9193
'dsc_default.settings.json',
9294
'dsc.settings.json',
@@ -112,6 +114,7 @@ $filesForLinuxPackage = @(
112114

113115
$filesForMacPackage = @(
114116
'bicep.dsc.extension.json',
117+
'bicepparams.dsc.extension.json',
115118
'dsc',
116119
'dsc_default.settings.json',
117120
'dsc.settings.json',

0 commit comments

Comments
 (0)