diff --git a/Directory.Build.targets b/Directory.Build.targets
index f16e04d9b4e..6b77ac258eb 100644
--- a/Directory.Build.targets
+++ b/Directory.Build.targets
@@ -20,4 +20,15 @@
$(MajorVersion).$(MinorVersion)
+
+ $([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(MSBuildProjectName).AssemblyInfo$(DefaultLanguageSourceExtension)'))
+
+
+
+
+
+
diff --git a/eng/DisableSourceControlManagement.targets b/eng/DisableSourceControlManagement.targets
deleted file mode 100644
index 7e3ad57a9f0..00000000000
--- a/eng/DisableSourceControlManagement.targets
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- false
-
-
-
-
-
- unknown
-
-
-
\ No newline at end of file
diff --git a/eng/pipelines/official/stages/publish.yml b/eng/pipelines/official/stages/publish.yml
index 6663be37735..260931d01cb 100644
--- a/eng/pipelines/official/stages/publish.yml
+++ b/eng/pipelines/official/stages/publish.yml
@@ -29,7 +29,7 @@ stages:
# Symbol validation is not ready yet. https://github.com/dotnet/arcade/issues/2871
enableSymbolValidation: false
# SourceLink validation doesn't work in dev builds: tries to pull from GitHub. https://github.com/dotnet/arcade/issues/3604
- enableSourceLinkValidation: false
+ enableSourceLinkValidation: true
# Allow symbol publish to emit expected warnings without failing the build. Include single
# quotes inside the string so that it passes through to MSBuild without script interference.
symbolPublishingAdditionalParameters: "'-warnAsError:$false'"
diff --git a/eng/versioning.targets b/eng/versioning.targets
index 25210133679..e089b0765b3 100644
--- a/eng/versioning.targets
+++ b/eng/versioning.targets
@@ -69,6 +69,7 @@
diff --git a/src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
index c60cf81af01..2d168eebe3a 100644
--- a/src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
+++ b/src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -104,12 +104,6 @@
SilverlightPlatform
-
-
-
- true
-
-
diff --git a/src/installer/Directory.Build.targets b/src/installer/Directory.Build.targets
index 687aebcad6b..52af95ef81d 100644
--- a/src/installer/Directory.Build.targets
+++ b/src/installer/Directory.Build.targets
@@ -9,8 +9,6 @@
-
-
diff --git a/src/libraries/Directory.Build.props b/src/libraries/Directory.Build.props
index f06a1c62867..e7d659d3141 100644
--- a/src/libraries/Directory.Build.props
+++ b/src/libraries/Directory.Build.props
@@ -355,7 +355,6 @@
false
- true
false
diff --git a/src/libraries/Directory.Build.targets b/src/libraries/Directory.Build.targets
index 659009ab0db..7540e495515 100644
--- a/src/libraries/Directory.Build.targets
+++ b/src/libraries/Directory.Build.targets
@@ -146,8 +146,6 @@
-
-
diff --git a/src/mono/netcore/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/mono/netcore/System.Private.CoreLib/System.Private.CoreLib.csproj
index b9cf138e934..a60befa49fa 100644
--- a/src/mono/netcore/System.Private.CoreLib/System.Private.CoreLib.csproj
+++ b/src/mono/netcore/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -108,12 +108,6 @@
SilverlightPlatform
-
-
-
- true
-
-