Skip to content

Commit

Permalink
Fix symbol package name (#75508)
Browse files Browse the repository at this point in the history
  • Loading branch information
genlu authored Oct 14, 2024
1 parent d408230 commit 543d5d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions eng/Signing.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
-->
<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"/>
<ItemsToSign Remove="$(ArtifactsNonShippingPackagesDir)Microsoft.CodeAnalysis.Remote.ServiceHub.CoreComponents.x64.Symbols.nupkg"/>
<ItemsToSign Remove="$(ArtifactsNonShippingPackagesDir)Microsoft.CodeAnalysis.Remote.ServiceHub.CoreComponents.arm64.Symbols.nupkg"/>

<ItemsToSign Include="$(ArtifactsPackagesDir)**\*.tgz" />
<ItemsToSign Include="$(VisualStudioSetupOutputPath)**\*.zip" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
Condition="'$(GenerateReadyToRun)' == 'true'">

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

<!--
Expand Down

0 comments on commit 543d5d1

Please # to comment.