diff --git a/Directory.Packages.props b/Directory.Packages.props
index 8695188962e..7f08d304e52 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -31,8 +31,6 @@
-
-
diff --git a/Documentation/CorePackages/Publishing.md b/Documentation/CorePackages/Publishing.md
index 56139a2b512..b5b84773a5f 100644
--- a/Documentation/CorePackages/Publishing.md
+++ b/Documentation/CorePackages/Publishing.md
@@ -167,7 +167,7 @@ In order to use the new publishing mechanism, the easiest way to start is by tur
| enableSourceLinkValidation | bool | Run SourceLink validation during the post-build stage. | false |
| enableSigningValidation | bool | Run signing validation during the post-build stage. | true |
| enableNugetValidation | bool | Run NuGet package validation tool during the post build stage. | true |
- | symbolPublishingAdditionalParameters | string | Additional arguments for the PublishToSymbolServers sdk task. | '' |
+ | symbolPublishingAdditionalParameters | string | Additional arguments for the symbol publishing. Only supported in v3 publishing. | '' |
| artifactsPublishingAdditionalParameters | string | Additional arguments for the PublishArtifactsInManifest sdk task. | '' |
| signingValidationAdditionalParameters | string | Additional arguments for the SigningValidation sdk task. | '' |
| publishInstallersAndChecksums | bool | Publish installers packages and checksums from the build artifacts to the dotnetcli storage account. Documentation for opting in to automatic checksum generation can be found in the [Checksum section](https://github.com/dotnet/arcade/blob/main/Documentation/CorePackages/Publishing.md#checksum-generation) of this document. | true |
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 61a0f7eac69..8b67e1b9373 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -14,14 +14,6 @@
https://github.com/dotnet/roslyn
e091728607ca0fc9efca55ccfb3e59259c6b5a0a
-
- https://dev.azure.com/dnceng/internal/_git/dotnet-symuploader
- d617bc8ed2787c235a57cf0dcdfd087b86ff9521
-
-
- https://dev.azure.com/dnceng/internal/_git/dotnet-symuploader
- d617bc8ed2787c235a57cf0dcdfd087b86ff9521
-
https://github.com/dotnet/templating
bdb2faf6e645c173495d7b68606ce0b623bfa3ef
diff --git a/eng/Versions.props b/eng/Versions.props
index 60f322c2238..f57ee78e48e 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -22,9 +22,6 @@
4.3.0
2.0.0-preview.1.24305.1
-
- 2.0.0-preview.1.23470.14
- 2.0.0-preview.1.23470.14
17.8.3
17.8.3
diff --git a/src/Microsoft.DotNet.Arcade.Sdk/Microsoft.DotNet.Arcade.Sdk.csproj b/src/Microsoft.DotNet.Arcade.Sdk/Microsoft.DotNet.Arcade.Sdk.csproj
index 07911f5a78d..bac5e336cbd 100644
--- a/src/Microsoft.DotNet.Arcade.Sdk/Microsoft.DotNet.Arcade.Sdk.csproj
+++ b/src/Microsoft.DotNet.Arcade.Sdk/Microsoft.DotNet.Arcade.Sdk.csproj
@@ -69,7 +69,6 @@
$(MicrosoftDiaSymReaderPdb2PdbVersion)
$(PackageVersion)
$(MicrosoftDotNetMaestroTasksVersion)
- $(MicrosoftSymbolUploaderBuildTaskVersion)
$(MicrosoftTemplateEngineAuthoringTasksVersion)
$(PackageVersion)
diff --git a/src/Microsoft.DotNet.Arcade.Sdk/tools/Build.proj b/src/Microsoft.DotNet.Arcade.Sdk/tools/Build.proj
index 17865e579e6..62fdaeda1b5 100644
--- a/src/Microsoft.DotNet.Arcade.Sdk/tools/Build.proj
+++ b/src/Microsoft.DotNet.Arcade.Sdk/tools/Build.proj
@@ -106,14 +106,6 @@
false
-
-
- true
- false
@@ -159,9 +151,6 @@
<_RestoreToolsProps Include="Publish=$(Publish)"/>
-
- <_RestoreToolsProps Include="PublishToSymbolServer=$(PublishToSymbolServer)"/>
-
<_RestoreToolsProps Include="DotNetPublishUsingPipelines=$(DotNetPublishUsingPipelines)"/>
@@ -181,9 +170,6 @@
<_PublishProps Include="Publish=$(Publish)"/>
-
- <_PublishProps Include="PublishToSymbolServer=$(PublishToSymbolServer)"/>
-
<_PublishProps Include="DotNetPublishUsingPipelines=$(DotNetPublishUsingPipelines)"/>
diff --git a/src/Microsoft.DotNet.Arcade.Sdk/tools/DefaultVersions.props b/src/Microsoft.DotNet.Arcade.Sdk/tools/DefaultVersions.props
index 231bc124ee7..5b3a8820832 100644
--- a/src/Microsoft.DotNet.Arcade.Sdk/tools/DefaultVersions.props
+++ b/src/Microsoft.DotNet.Arcade.Sdk/tools/DefaultVersions.props
@@ -40,7 +40,6 @@
false
false
false
- false
$(CollectionUri.Split('.')[0].Split('/')[2])
-
+
$(ArtifactsTmpDir)PDBsToPublish/
@@ -244,11 +241,11 @@
-
+
-
-
-
-
- 3650
- false
-
-
-
- true
- DryRunPTA
- DryRunPTA
-
-
-
-
-
-
-
-
-
-
-
- false
-
-
-
-
-
-
-
-
-
+ Condition="'@(FilesToUploadToPdbArtifactsContainer)' != ''"/>
-
-
-
-
-
- net9.0
- Publish
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 3650
- true
- true
- true
- false
- true
- false
- false
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(DotNetSymbolServerTokenMsdl)
-
-
-
- $(DotNetSymbolServerTokenSymWeb)
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/Microsoft.DotNet.Arcade.Sdk/tools/SdkTasks/Versions.props b/src/Microsoft.DotNet.Arcade.Sdk/tools/SdkTasks/Versions.props
index 68197767aea..d1af1fdc211 100644
--- a/src/Microsoft.DotNet.Arcade.Sdk/tools/SdkTasks/Versions.props
+++ b/src/Microsoft.DotNet.Arcade.Sdk/tools/SdkTasks/Versions.props
@@ -8,7 +8,6 @@
$(ArcadeSdkVersion)
$(ArcadeSdkVersion)
$(ArcadeSdkVersion)
- $(MicrosoftSymbolUploaderBuildTaskVersion)
diff --git a/src/Microsoft.DotNet.Arcade.Sdk/tools/Tools.proj b/src/Microsoft.DotNet.Arcade.Sdk/tools/Tools.proj
index d8330460ad5..ab504c02796 100644
--- a/src/Microsoft.DotNet.Arcade.Sdk/tools/Tools.proj
+++ b/src/Microsoft.DotNet.Arcade.Sdk/tools/Tools.proj
@@ -56,7 +56,6 @@
-