Skip to content

Commit 3275764

Browse files
authored
Merge pull request #652 from SteveL-MSFT/include-resource
Backport: Add `Include` resource to packages
2 parents db73956 + 735ad92 commit 3275764

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.ps1

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ $filesForWindowsPackage = @(
3636
'echo.dsc.resource.json',
3737
'assertion.dsc.resource.json',
3838
'group.dsc.resource.json',
39+
'include.dsc.resource.json',
3940
'NOTICE.txt',
4041
'osinfo.exe',
4142
'osinfo.dsc.resource.json',
@@ -64,6 +65,7 @@ $filesForLinuxPackage = @(
6465
'apt.dsc.resource.json',
6566
'apt.dsc.resource.sh',
6667
'group.dsc.resource.json',
68+
'include.dsc.resource.json',
6769
'NOTICE.txt',
6870
'osinfo',
6971
'osinfo.dsc.resource.json',
@@ -83,6 +85,7 @@ $filesForMacPackage = @(
8385
'brew.dsc.resource.json',
8486
'brew.dsc.resource.sh',
8587
'group.dsc.resource.json',
88+
'include.dsc.resource.json',
8689
'NOTICE.txt',
8790
'osinfo',
8891
'osinfo.dsc.resource.json',

0 commit comments

Comments
 (0)