diff --git a/NuGet.config b/NuGet.config
index 80ce1df7292..7fdf1e6c401 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -4,7 +4,7 @@
-
+
diff --git a/eng/Version.Details.props b/eng/Version.Details.props
index 973d0d6be98..bfb3031dad6 100644
--- a/eng/Version.Details.props
+++ b/eng/Version.Details.props
@@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props
- 10.0.0-beta.26325.116
+ 10.0.0-beta.26326.102
2.0.10
10.0.1
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 18418f445d8..d8c39555d01 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -1,16 +1,16 @@
-
+
https://github.com/dotnet/dotnet
- 61211cc17fddfdc4d4fbd5b94b78a0e39d18a037
+ 4ab952856bd677ea1054c1fa77a209a4700d3119
-
+
https://github.com/dotnet/dotnet
- 61211cc17fddfdc4d4fbd5b94b78a0e39d18a037
+ 4ab952856bd677ea1054c1fa77a209a4700d3119
diff --git a/eng/common/dotnet.ps1 b/eng/common/dotnet.ps1
index 45e5676c9eb..ce4ea40730a 100644
--- a/eng/common/dotnet.ps1
+++ b/eng/common/dotnet.ps1
@@ -8,4 +8,5 @@ $dotnetRoot = InitializeDotNetCli -install:$true
if ($args.count -gt 0) {
$env:DOTNET_NOLOGO=1
& "$dotnetRoot\dotnet.exe" $args
+ ExitWithExitCode $LASTEXITCODE
}
diff --git a/global.json b/global.json
index 5f0a8021cc5..799a4047833 100644
--- a/global.json
+++ b/global.json
@@ -13,6 +13,6 @@
"dotnet": "10.0.109"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26325.116"
+ "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26326.102"
}
}