Skip to content

Commit

Permalink
Fix servicehub symbol package name
Browse files Browse the repository at this point in the history
  • Loading branch information
genlu committed Oct 16, 2024
1 parent fda7b51 commit 31a29a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions eng/Signing.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@
<!--
Non-default certificates.
-->
<ItemGroup>
<!-- Exclude two manually zipped servicehub symbol nupkgs from being signed -->
<ItemsToSign Remove="$(ArtifactsNonShippingPackagesDir)Microsoft.CodeAnalysis.Remote.ServiceHub.CoreComponents.x64.Symbols.*.nupkg"/>
<ItemsToSign Remove="$(ArtifactsNonShippingPackagesDir)Microsoft.CodeAnalysis.Remote.ServiceHub.CoreComponents.arm64.Symbols.*.nupkg"/>

<ItemGroup>
<ItemsToSign Include="$(ArtifactsPackagesDir)**\*.tgz" />
<ItemsToSign Include="$(VisualStudioSetupOutputPath)**\*.zip" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<WriteLinesToFile File="$(_NuspecFilePath)" Lines="$(_NuspecFileContent)" Overwrite="true"/>

<MakeDir Directories="$(ArtifactsNonShippingPackagesDir)" />
<ZipDirectory SourceDirectory="$(PdbWorkDir)" DestinationFile="$(ArtifactsNonShippingPackagesDir)$(_SymbolPackageId).$(PackageVersion).nupkg" />
<ZipDirectory SourceDirectory="$(PdbWorkDir)" DestinationFile="$(ArtifactsNonShippingPackagesDir)$(ProjectName).$(PackageVersion).symbols.nupkg" />
</Target>

<!--
Expand Down

0 comments on commit 31a29a6

Please sign in to comment.