File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Write-Progress -Activity $ActivityName -CurrentOperation "Discovery PDB files"
18
18
$PDBs = Get-ChildItem - rec " $Path /*.pdb"
19
19
20
20
# Filter PDBs to product OR test related.
21
- $testregex = " unittest|tests|\.test\."
21
+ $testregex = " unittest|tests|\.test\.|TestHost "
22
22
23
23
Write-Progress - Activity $ActivityName - CurrentOperation " De-duplicating symbols"
24
24
$PDBsByHash = @ {}
Original file line number Diff line number Diff line change 26
26
<GenerateNuspecDependsOn >StampAndIncludeGalleryManifest;$(GenerateNuspecDependsOn)</GenerateNuspecDependsOn >
27
27
</PropertyGroup >
28
28
29
+ <ItemGroup >
30
+ <FilesToSign Include =" $(TargetDir)$(DnneNativeBinaryName).dll" >
31
+ <StrongName />
32
+ </FilesToSign >
33
+ </ItemGroup >
34
+
29
35
<Target Name =" PackBuildOutputs" DependsOnTargets =" DebugSymbolsProjectOutputGroup" >
30
36
<ItemGroup >
31
37
<TfmSpecificPackageFile Include =" $(TargetPath)" PackagePath =" tools\$(RuntimeIdentifier)\" />
You can’t perform that action at this time.
0 commit comments