diff --git a/Directory.Build.targets b/Directory.Build.targets
index f16e04d9b4e278..6b77ac258ebdd9 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 7e3ad57a9f0a9a..00000000000000
--- 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 6663be377359f6..260931d01cb438 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 25210133679f34..e089b0765b35a6 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 c60cf81af01e68..2d168eebe3ac46 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 687aebcad6bacb..52af95ef81dc9f 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 6da192627f73db..b923bac06b4d51 100644
--- a/src/libraries/Directory.Build.props
+++ b/src/libraries/Directory.Build.props
@@ -353,7 +353,6 @@
false
- true
false
diff --git a/src/libraries/Directory.Build.targets b/src/libraries/Directory.Build.targets
index 659009ab0dbe2f..7540e495515209 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 b9cf138e934aee..a60befa49fa09f 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
-
-