diff --git a/eng/Version.Details.props b/eng/Version.Details.props index d7cdbae3ff52..3592c3c77a17 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -5,18 +5,18 @@ This file should be imported by eng/Versions.props --> - - 10.0.0-beta.26153.116 - 10.0.0-beta.26153.116 + + 10.0.0-beta.26159.108 + 10.0.0-beta.26159.108 0.11.5-alpha.26070.104 - 10.0.0-beta.26153.116 + 10.0.0-beta.26159.108 10.0.3-servicing.26070.104 10.0.3 10.0.3 - 10.0.300-preview.26153.116 + 10.0.300-preview.26159.108 10.0.3 - 10.0.300-preview.26153.116 - + 10.0.300-preview.26159.108 + 26.0.11017 18.5.9227 26.2.9001 @@ -29,17 +29,17 @@ This file should be imported by eng/Versions.props 26.0.11017 18.5.9227 26.2.9001 - + + 11.0.0-prerelease.26117.1 + 18.0.9617 18.0.9617 15.0.9617 18.0.9617 - - 11.0.0-prerelease.26117.1 - + $(MicrosoftDotNetArcadeSdkPackageVersion) $(MicrosoftDotNetBuildTasksFeedPackageVersion) $(MicrosoftDotNetCecilPackageVersion) @@ -50,7 +50,7 @@ This file should be imported by eng/Versions.props $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETCoreAppRefPackageVersion) $(MicrosoftTemplateEngineAuthoringTasksPackageVersion) - + $(MicrosoftiOSSdknet100_260PackageVersion) $(MicrosoftiOSSdknet90_185PackageVersion) $(MicrosoftiOSSdknet90_262PackageVersion) @@ -63,12 +63,12 @@ This file should be imported by eng/Versions.props $(MicrosofttvOSSdknet100_260PackageVersion) $(MicrosofttvOSSdknet90_185PackageVersion) $(MicrosofttvOSSdknet90_262PackageVersion) - + + $(MicrosoftDotNetXHarnessiOSSharedPackageVersion) + $(MicrosoftiOSSdknet90_180PackageVersion) $(MicrosoftMacCatalystSdknet90_180PackageVersion) $(MicrosoftmacOSSdknet90_150PackageVersion) $(MicrosofttvOSSdknet90_180PackageVersion) - - $(MicrosoftDotNetXHarnessiOSSharedPackageVersion) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 12505a21d9dd..25307bf228de 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/dotnet - cdfa38403fbb85d0c2f582b8dbc522c1df9a9b83 + 8511f5b3494f6d7d052a8a302642da0f9aca356d https://github.com/dotnet/dotnet @@ -95,25 +95,25 @@ - + https://github.com/dotnet/dotnet - cdfa38403fbb85d0c2f582b8dbc522c1df9a9b83 + 8511f5b3494f6d7d052a8a302642da0f9aca356d - + https://github.com/dotnet/dotnet - cdfa38403fbb85d0c2f582b8dbc522c1df9a9b83 + 8511f5b3494f6d7d052a8a302642da0f9aca356d - + https://github.com/dotnet/dotnet - cdfa38403fbb85d0c2f582b8dbc522c1df9a9b83 + 8511f5b3494f6d7d052a8a302642da0f9aca356d https://github.com/dotnet/xharness 0eeaa60169fe6a95932d29d822e20eb225ce0143 - + https://github.com/dotnet/dotnet - cdfa38403fbb85d0c2f582b8dbc522c1df9a9b83 + 8511f5b3494f6d7d052a8a302642da0f9aca356d diff --git a/eng/common/core-templates/steps/publish-logs.yml b/eng/common/core-templates/steps/publish-logs.yml index 5a927b4c7bcb..a9ea99ba6aaa 100644 --- a/eng/common/core-templates/steps/publish-logs.yml +++ b/eng/common/core-templates/steps/publish-logs.yml @@ -31,7 +31,6 @@ steps: -runtimeSourceFeed https://ci.dot.net/internal -runtimeSourceFeedKey '$(dotnetbuilds-internal-container-read-token-base64)' '$(publishing-dnceng-devdiv-code-r-build-re)' - '$(MaestroAccessToken)' '$(dn-bot-all-orgs-artifact-feeds-rw)' '$(akams-client-id)' '$(microsoft-symbol-server-pat)' diff --git a/global.json b/global.json index fe860c6840a9..5ff2294a66c1 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.300-preview.26153.116", + "version": "10.0.300-preview.26159.108", "paths": [ "builds/downloads/dotnet", "$host$" @@ -8,9 +8,9 @@ "errorMessage": "The .NET SDK could not be found, please run 'make dotnet -C builds'." }, "tools": { - "dotnet": "10.0.300-preview.26153.116" + "dotnet": "10.0.300-preview.26159.108" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26153.116" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26159.108" } }