Skip to content

Commit 8ae51b8

Browse files
authored
Merge pull request #1517 from SteveL-MSFT/registry-pkg
Fix registry resource manifest copy for packaging
2 parents 8128769 + 61c0628 commit 8ae51b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data.build.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"winpsscript.dsc.resource.json",
9393
"reboot_pending.dsc.resource.json",
9494
"reboot_pending.resource.ps1",
95-
"registry.dsc.resource.json",
95+
"registry.dsc.manifests.json",
9696
"registry.exe",
9797
"RunCommandOnSet.dsc.resource.json",
9898
"RunCommandOnSet.exe",
@@ -399,7 +399,7 @@
399399
],
400400
"CopyFiles": {
401401
"Windows": [
402-
"registry.dsc.resource.json"
402+
"registry.dsc.manifests.json"
403403
]
404404
}
405405
},

0 commit comments

Comments
 (0)