File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 88
88
<!-- Build the targeting pack installers -->
89
89
<ProjectToBuild Include =" $(RepoRoot)src\Installers\Windows\TargetingPack\TargetingPack.wixproj" AdditionalProperties =" Platform=x64" />
90
90
<ProjectToBuild Include =" $(RepoRoot)src\Installers\Windows\TargetingPack\TargetingPack.wixproj" AdditionalProperties =" Platform=x86" />
91
- <!-- This really shouldn't be here, but instead of harvesting from the intermediate/output directories, the targetting pack installer logic
91
+ <!-- This really shouldn't be here, but instead of harvesting from the intermediate/output directories, the targeting pack installer logic
92
92
harvests from a zip of the reference assemblies. Producing it in each leg ends up with multiple targeting packs
93
93
getting produced and the BAR will reject the build. Centralize building the targeting pack in the x86/x64 leg. -->
94
94
<ProjectToBuild Include =" $(RepoRoot)src\Installers\Windows\TargetingPack\TargetingPack.wixproj" AdditionalProperties =" Platform=arm64" />
Original file line number Diff line number Diff line change 100
100
<ItemGroup Label =" Code sign exclusions" >
101
101
<!-- We don't need to code sign .js files because they are not used in Windows Script Host. -->
102
102
<FileExtensionSignInfo Include =" .js" CertificateName =" None" />
103
- <!-- We don't produce font files. We rebundle some for using the web brower , so they do not need to be signed. -->
103
+ <!-- We don't produce font files. We rebundle some for using the web browser , so they do not need to be signed. -->
104
104
<FileExtensionSignInfo Include =" .otf" CertificateName =" None" />
105
105
<FileExtensionSignInfo Include =" .ttf" CertificateName =" None" />
106
106
<!-- This is a text file which doesn't need to be code signed, even though some .mof files can be signed. -->
You can’t perform that action at this time.
0 commit comments