Skip to content

Commit

Permalink
Add Include resource to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveL-MSFT committed Feb 18, 2025
1 parent db73956 commit 735ad92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ $filesForWindowsPackage = @(
'echo.dsc.resource.json',
'assertion.dsc.resource.json',
'group.dsc.resource.json',
'include.dsc.resource.json',
'NOTICE.txt',
'osinfo.exe',
'osinfo.dsc.resource.json',
Expand Down Expand Up @@ -64,6 +65,7 @@ $filesForLinuxPackage = @(
'apt.dsc.resource.json',
'apt.dsc.resource.sh',
'group.dsc.resource.json',
'include.dsc.resource.json',
'NOTICE.txt',
'osinfo',
'osinfo.dsc.resource.json',
Expand All @@ -83,6 +85,7 @@ $filesForMacPackage = @(
'brew.dsc.resource.json',
'brew.dsc.resource.sh',
'group.dsc.resource.json',
'include.dsc.resource.json',
'NOTICE.txt',
'osinfo',
'osinfo.dsc.resource.json',
Expand Down

0 comments on commit 735ad92

Please sign in to comment.