We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db73956 + 735ad92 commit 3275764Copy full SHA for 3275764
build.ps1
@@ -36,6 +36,7 @@ $filesForWindowsPackage = @(
36
'echo.dsc.resource.json',
37
'assertion.dsc.resource.json',
38
'group.dsc.resource.json',
39
+ 'include.dsc.resource.json',
40
'NOTICE.txt',
41
'osinfo.exe',
42
'osinfo.dsc.resource.json',
@@ -64,6 +65,7 @@ $filesForLinuxPackage = @(
64
65
'apt.dsc.resource.json',
66
'apt.dsc.resource.sh',
67
68
69
70
'osinfo',
71
@@ -83,6 +85,7 @@ $filesForMacPackage = @(
83
85
'brew.dsc.resource.json',
84
86
'brew.dsc.resource.sh',
87
88
89
90
91
0 commit comments