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"
1818$PDBs = Get-ChildItem - rec " $Path /*.pdb"
1919
2020# Filter PDBs to product OR test related.
21- $testregex = " unittest|tests|\.test\."
21+ $testregex = " unittest|tests|\.test\.|TestHost "
2222
2323Write-Progress - Activity $ActivityName - CurrentOperation " De-duplicating symbols"
2424$PDBsByHash = @ {}
Original file line number Diff line number Diff line change 2626 <GenerateNuspecDependsOn >StampAndIncludeGalleryManifest;$(GenerateNuspecDependsOn)</GenerateNuspecDependsOn >
2727 </PropertyGroup >
2828
29+ <ItemGroup >
30+ <FilesToSign Include =" $(TargetDir)$(DnneNativeBinaryName).dll" >
31+ <StrongName />
32+ </FilesToSign >
33+ </ItemGroup >
34+
2935 <Target Name =" PackBuildOutputs" DependsOnTargets =" DebugSymbolsProjectOutputGroup" >
3036 <ItemGroup >
3137 <TfmSpecificPackageFile Include =" $(TargetPath)" PackagePath =" tools\$(RuntimeIdentifier)\" />
You can’t perform that action at this time.
0 commit comments