diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 8c2ab128333..a1cea1e879d 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -22,25 +22,25 @@
https://dev.azure.com/dnceng/internal/_git/dotnet-dotnet
96856fd726ffd058fb3dfef0851dbafc7ef3b011
-
+
https://github.com/dotnet/arcade
- 1373629deb1e04f3e8e66fb68bb48ae36479c5ef
+ 4e21b419f8adadeb519bee472464824b1cff603e
-
+
https://github.com/dotnet/arcade
- 1373629deb1e04f3e8e66fb68bb48ae36479c5ef
+ 4e21b419f8adadeb519bee472464824b1cff603e
-
+
https://github.com/dotnet/arcade
- 1373629deb1e04f3e8e66fb68bb48ae36479c5ef
+ 4e21b419f8adadeb519bee472464824b1cff603e
-
+
https://github.com/dotnet/arcade
- 1373629deb1e04f3e8e66fb68bb48ae36479c5ef
+ 4e21b419f8adadeb519bee472464824b1cff603e
-
+
https://github.com/dotnet/arcade
- 1373629deb1e04f3e8e66fb68bb48ae36479c5ef
+ 4e21b419f8adadeb519bee472464824b1cff603e
https://github.com/dotnet/diagnostics
diff --git a/eng/Versions.props b/eng/Versions.props
index 0415ba3b2d0..ccdbd9cb688 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -56,9 +56,9 @@
10.0.0
10.0.301
- 10.0.0-beta.26324.4
- 10.0.0-beta.26324.4
- 10.0.0-beta.26324.4
+ 10.0.0-beta.26358.3
+ 10.0.0-beta.26358.3
+ 10.0.0-beta.26358.3
10.0.0
2.0.0
10.0.0-rtm.25523.111
diff --git a/eng/common/core-templates/job/publish-build-assets.yml b/eng/common/core-templates/job/publish-build-assets.yml
index 06f2eed0323..53af522d6d4 100644
--- a/eng/common/core-templates/job/publish-build-assets.yml
+++ b/eng/common/core-templates/job/publish-build-assets.yml
@@ -122,9 +122,6 @@ jobs:
# Populate internal runtime variables.
- template: /eng/common/templates/steps/enable-internal-sources.yml
- ${{ if eq(variables['System.TeamProject'], 'DevDiv') }}:
- parameters:
- legacyCredential: $(dn-bot-dnceng-artifact-feeds-rw)
- template: /eng/common/templates/steps/enable-internal-runtimes.yml
diff --git a/eng/common/core-templates/post-build/post-build.yml b/eng/common/core-templates/post-build/post-build.yml
index 905a6315e2d..135fc9a5051 100644
--- a/eng/common/core-templates/post-build/post-build.yml
+++ b/eng/common/core-templates/post-build/post-build.yml
@@ -352,8 +352,6 @@ stages:
# Populate internal runtime variables.
- template: /eng/common/templates/steps/enable-internal-sources.yml
- parameters:
- legacyCredential: $(dn-bot-dnceng-artifact-feeds-rw)
- template: /eng/common/templates/steps/enable-internal-runtimes.yml
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 e9cd651a20d..c70cd9a4881 100644
--- a/global.json
+++ b/global.json
@@ -26,7 +26,7 @@
},
"msbuild-sdks": {
"Microsoft.Build.NoTargets": "3.7.0",
- "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26324.4",
- "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.26324.4"
+ "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26358.3",
+ "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.26358.3"
}
}