Skip to content

Commit

Permalink
Merge pull request #646 from SteveL-MSFT/include-product
Browse files Browse the repository at this point in the history
Add `Include` resource to packages
  • Loading branch information
SteveL-MSFT authored Feb 18, 2025
2 parents d284aaf + 97b3797 commit 7fe6eb5
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 7fe6eb5

Please sign in to comment.