diff --git a/eng/SourceBuildPrebuiltBaseline.xml b/eng/SourceBuildPrebuiltBaseline.xml
index c1b6dfbf05..941c37c4be 100644
--- a/eng/SourceBuildPrebuiltBaseline.xml
+++ b/eng/SourceBuildPrebuiltBaseline.xml
@@ -1,5 +1,5 @@
-
+
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 7e3f26d8d5..d21b33e69e 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -12,11 +12,6 @@
https://github.com/microsoft/clrmd
846c1610f2320380941d64bdfdf1dca942a77a78
-
- https://github.com/dotnet/source-build-reference-packages
- 9e4ae1f23e429bd64744dc71b202a5f1f4d822ce
-
-
@@ -48,5 +43,15 @@
https://github.com/dotnet/runtime
cd2d83798383716204eb580eb5c89ef5b73b8ec2
+
+ https://github.com/dotnet/source-build-reference-packages
+ 31f422237eabbd5c89ecbd0f4a6f53e2c495422f
+
+
+
+ https://github.com/dotnet/sourcelink
+ d047202874ad79d72c75b6354c0f8a9a12d1b054
+
+
diff --git a/eng/Versions.props b/eng/Versions.props
index 0f06e1b50d..b5e360c617 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -65,5 +65,7 @@
7.0.0-beta.22316.2
10.0.18362
13.0.1
+ 8.0.0-alpha.1.23053.1
+ 1.2.0-beta-22518-02
diff --git a/eng/build.sh b/eng/build.sh
index c8c8805dab..2b15f23fb9 100755
--- a/eng/build.sh
+++ b/eng/build.sh
@@ -48,7 +48,7 @@ handle_arguments() {
__ShiftArgs=1
;;
- -binarylog|-bl|-clean|-integrationtest|-pack|-performancetest|-pipelineslog|-pl|-preparemachine|-publish|-r|-rebuild|-restore|-sign)
+ -binarylog|-bl|-clean|-integrationtest|-pack|-performancetest|-pipelineslog|-pl|-preparemachine|-publish|-r|-rebuild|-restore|-sign|-sb)
__ManagedBuildArgs="$__ManagedBuildArgs $1"
;;
@@ -63,7 +63,7 @@ handle_arguments() {
__ShiftArgs=1
;;
- -clean|-binarylog|-bl|-pipelineslog|-pl|-restore|-r|-rebuild|-pack|-integrationtest|-performancetest|-sign|-publish|-preparemachine)
+ -clean|-binarylog|-bl|-pipelineslog|-pl|-restore|-r|-rebuild|-pack|-integrationtest|-performancetest|-sign|-publish|-preparemachine|-sb)
__ManagedBuildArgs="$__ManagedBuildArgs $1"
;;