diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 8f109386f73..d14a2c72bce 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -67,17 +67,17 @@
-
+
https://github.com/dotnet/arcade
- 6404baed798af89accd98219614e6c90c153cd8c
+ f8c9a6d12e5a3b281661924da22d7de1cc6ab27d
-
+
https://github.com/dotnet/arcade
- 6404baed798af89accd98219614e6c90c153cd8c
+ f8c9a6d12e5a3b281661924da22d7de1cc6ab27d
-
+
https://github.com/dotnet/arcade
- 6404baed798af89accd98219614e6c90c153cd8c
+ f8c9a6d12e5a3b281661924da22d7de1cc6ab27d
diff --git a/eng/Versions.props b/eng/Versions.props
index 17d539eb414..c6f4f88b625 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -34,7 +34,7 @@
9.0.9
- 9.0.0-beta.25475.3
+ 9.0.0-beta.25503.3
17.8.3
diff --git a/eng/common/post-build/nuget-verification.ps1 b/eng/common/post-build/nuget-verification.ps1
index a365194a938..ac5c69ffcac 100644
--- a/eng/common/post-build/nuget-verification.ps1
+++ b/eng/common/post-build/nuget-verification.ps1
@@ -30,7 +30,7 @@
[CmdletBinding(PositionalBinding = $false)]
param(
[string]$NuGetExePath,
- [string]$PackageSource = "https://api.nuget.org/v3/index.json",
+ [string]$PackageSource = "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json",
[string]$DownloadPath,
[Parameter(ValueFromRemainingArguments = $true)]
[string[]]$args
diff --git a/global.json b/global.json
index 019a28d41d7..e428a94ebb9 100644
--- a/global.json
+++ b/global.json
@@ -13,7 +13,7 @@
}
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25475.3",
- "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25475.3"
+ "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25503.3",
+ "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25503.3"
}
}