diff --git a/build/Publish.targets b/build/Publish.targets
index a8f065fdc5..0c0aee6c87 100644
--- a/build/Publish.targets
+++ b/build/Publish.targets
@@ -64,6 +64,7 @@
nuGetPackagesArchive-$(PackageVersion).lzma
aspnetcore-runtime-$(PackageVersion)
aspnetcore-runtime-latest
+ aspnetcore-runtime-symbols-$(PackageVersion)
aspnetcore-runtime-internal-$(PackageVersion)
diff --git a/build/SharedFx.props b/build/SharedFx.props
index 4a3267e20d..2f35fd7778 100644
--- a/build/SharedFx.props
+++ b/build/SharedFx.props
@@ -11,7 +11,6 @@
<_DebToolDir>$(MSBuildThisFileDirectory)tools\dotnet-deb-tool-consumer\
<_SharedFxSourceDir>$(RepositoryRoot).deps\Signed\SharedFx\
<_InstallerSourceDir>$(RepositoryRoot).deps\Installers\
- <_SymbolsSourceDir>$(RepositoryRoot).deps\Symbols\
<_DockerRootDir>/opt/code/
<_InstallersOutputDir>$(ArtifactsDir)installers\
diff --git a/build/SharedFx.targets b/build/SharedFx.targets
index 589cc66b4d..3c1502a019 100644
--- a/build/SharedFx.targets
+++ b/build/SharedFx.targets
@@ -284,18 +284,9 @@
-
- %(RootDir)%(Directory)%(Filename).pdb
-
-
- %(RootDir)%(Directory)%(Filename).pdb
-
-
<_AssembliesToCrossgen Include="$(SharedFxIntermediateOutputPath)**\*.dll" />
-
-
@@ -312,14 +303,6 @@
-
-
-
-
-
-
-
-
-
-
- runtime.$(SharedFxRID).$(SymbolsNuspecIdSuffix)
-
-
-
- <_SymbolFiles Include="$(SymbolsWorkDir)**\*.pdb;$(SymbolsWorkDir)**\*.map" />
-
- %(RecursiveDir)%(Filename)%(Extension)
-
-
-
-
-
-
-
-
-
-
-
-
- $(_WorkRoot)Symbols\Microsoft.AspNetCore.App\
- $(_WorkRoot)Symbols\Microsoft.AspNetCore.All\
-
-
+
-
-
+
-
-
-
-
-
-
-
-
- SymbolsWorkDir=$(AppSharedFxSymbolsDirectory)
- $(AppSymbolsArguments);SymbolsNuspecIdSuffix=Microsoft.AspNetCore.App.symbols
- $(AppSymbolsArguments);Description=Symbol packages for Microsoft.AspNetCore.App shared framework
- SymbolsWorkDir=$(AllSharedFxSymbolsDirectory)
- $(AllSymbolsArguments);SymbolsNuspecIdSuffix=Microsoft.AspNetCore.All.symbols
- $(AllSymbolsArguments);Description=Symbol packages for Microsoft.AspNetCore.All shared framework
-
-
-
-
+
+
-
diff --git a/build/repo.props b/build/repo.props
index 4a773a8f0a..d7ece91600 100644
--- a/build/repo.props
+++ b/build/repo.props
@@ -25,6 +25,10 @@
+
+
+
+
diff --git a/build/tools/templates/SharedFxSymbols/SharedFrameworkSymbols.nuspec b/build/tools/templates/SharedFxSymbols/SharedFrameworkSymbols.nuspec
deleted file mode 100644
index fed64a5849..0000000000
--- a/build/tools/templates/SharedFxSymbols/SharedFrameworkSymbols.nuspec
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
- $ID$
- $VERSION$
- $DESCRIPTION$
- Microsoft
- Microsoft
- Copyright © Microsoft Corporation
- https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt
- https://go.microsoft.com/fwlink/?LinkID=288859
- https://asp.net
- true
- true
- aspnetcore
-
-
-
-
-
-