Fix symbols path for creating symbols tarball
authorChristopher Costa <chcosta@microsoft.com>
Fri, 28 Apr 2017 20:54:33 +0000 (13:54 -0700)
committerChristopher Costa <chcosta@microsoft.com>
Fri, 28 Apr 2017 20:54:33 +0000 (13:54 -0700)
Commit migrated from https://github.com/dotnet/core-setup/commit/b8c3cb9d2a63c87b9cf80587d359e7367a734fa4

src/installer/pkg/packaging/dir.proj

index 9a04e09..b79d0a7 100644 (file)
       <CombinedCompressedFileSet Include="$(CombinedPublishRoot)/**" />
       <HostFxrCompressedFileSet Include="$(HostFxrPublishRoot)/**" />
       <SharedFrameworkCompressedFileSet Include="$(SharedFrameworkPublishRoot)/**" />
-      <SharedFrameworkSymbolsCompressedFileSet Include="$(SharedFrameworkPublishSymbolsBinDir)/**" />
+      <SharedFrameworkSymbolsCompressedFileSet Include="$(SharedFrameworkPublishSymbolsDir)/**" />
     </ItemGroup>
     <PropertyGroup>
       <CombinedCompressedFiles>@(CombinedCompressedFileSet->'%(Identity)', ' ')</CombinedCompressedFiles>