diff --git a/NuGet.config b/NuGet.config
index e3e74d34445c..241866d6f673 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -11,6 +11,7 @@
+
diff --git a/eng/Version.Details.props b/eng/Version.Details.props
index e85cd3518be0..5c324068ca91 100644
--- a/eng/Version.Details.props
+++ b/eng/Version.Details.props
@@ -6,16 +6,16 @@ This file should be imported by eng/Versions.props
- 10.0.0-beta.25427.104
- 10.0.0-beta.25427.104
- 0.11.5-alpha.25427.104
- 10.0.0-beta.25427.104
- 10.0.0-rc.2.25427.104
- 10.0.0-rc.2.25427.104
- 10.0.0-rc.2.25427.104
- 10.0.100-rc.1.25427.104
- 10.0.0-rc.2.25427.104
- 10.0.100-rc.2.25427.104
+ 10.0.0-beta.25464.104
+ 10.0.0-beta.25464.104
+ 0.11.5-alpha.25464.104
+ 10.0.0-beta.25464.104
+ 10.0.0-rc.2.25464.104
+ 10.0.0-rc.2.25464.104
+ 10.0.0-rc.2.25464.104
+ 10.0.100-rc.2.25464.104
+ 10.0.0-rc.2.25464.104
+ 10.0.100-rc.2.25464.104
26.0.10770-ci.xcode26-0-net10-0
18.5.9227
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index a51d7a569c8a..57836e68ecc0 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -1,25 +1,25 @@
-
+
https://github.com/dotnet/dotnet
- 7ac1ca67bb1fb8a381c1c94a9f82a97725f0ccf3
+ 87cc9e9aebf530502d4450dd9b4682b8caa722b2
-
+
https://github.com/dotnet/dotnet
- 7ac1ca67bb1fb8a381c1c94a9f82a97725f0ccf3
+ 87cc9e9aebf530502d4450dd9b4682b8caa722b2
-
+
https://github.com/dotnet/dotnet
- 7ac1ca67bb1fb8a381c1c94a9f82a97725f0ccf3
+ 87cc9e9aebf530502d4450dd9b4682b8caa722b2
-
+
https://github.com/dotnet/dotnet
- 7ac1ca67bb1fb8a381c1c94a9f82a97725f0ccf3
+ 87cc9e9aebf530502d4450dd9b4682b8caa722b2
-
+
https://github.com/dotnet/dotnet
- 7ac1ca67bb1fb8a381c1c94a9f82a97725f0ccf3
+ 87cc9e9aebf530502d4450dd9b4682b8caa722b2
@@ -89,31 +89,31 @@
https://github.com/dotnet/macios
45f6d652d5dda6309b14a5a3641e73b688bb5adc
-
+
https://github.com/dotnet/dotnet
- 7ac1ca67bb1fb8a381c1c94a9f82a97725f0ccf3
+ 87cc9e9aebf530502d4450dd9b4682b8caa722b2
-
+
https://github.com/dotnet/dotnet
- 7ac1ca67bb1fb8a381c1c94a9f82a97725f0ccf3
+ 87cc9e9aebf530502d4450dd9b4682b8caa722b2
-
+
https://github.com/dotnet/dotnet
- 7ac1ca67bb1fb8a381c1c94a9f82a97725f0ccf3
+ 87cc9e9aebf530502d4450dd9b4682b8caa722b2
-
+
https://github.com/dotnet/dotnet
- 7ac1ca67bb1fb8a381c1c94a9f82a97725f0ccf3
+ 87cc9e9aebf530502d4450dd9b4682b8caa722b2
https://github.com/dotnet/xharness
dbb478b6aafa222529ae95be344a1b91485c4adf
-
+
https://github.com/dotnet/dotnet
- 7ac1ca67bb1fb8a381c1c94a9f82a97725f0ccf3
+ 87cc9e9aebf530502d4450dd9b4682b8caa722b2
diff --git a/eng/common/SetupNugetSources.ps1 b/eng/common/SetupNugetSources.ps1
index 792b60b49d42..9445c3143258 100644
--- a/eng/common/SetupNugetSources.ps1
+++ b/eng/common/SetupNugetSources.ps1
@@ -157,7 +157,7 @@ if ($dotnet31Source -ne $null) {
AddPackageSource -Sources $sources -SourceName "dotnet3.1-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v2" -Creds $creds -Username $userName -pwd $Password
}
-$dotnetVersions = @('5','6','7','8','9')
+$dotnetVersions = @('5','6','7','8','9','10')
foreach ($dotnetVersion in $dotnetVersions) {
$feedPrefix = "dotnet" + $dotnetVersion;
diff --git a/eng/common/SetupNugetSources.sh b/eng/common/SetupNugetSources.sh
index facb415ca6ff..ddf4efc81a4a 100644
--- a/eng/common/SetupNugetSources.sh
+++ b/eng/common/SetupNugetSources.sh
@@ -99,7 +99,7 @@ if [ "$?" == "0" ]; then
PackageSources+=('dotnet3.1-internal-transport')
fi
-DotNetVersions=('5' '6' '7' '8' '9')
+DotNetVersions=('5' '6' '7' '8' '9' '10')
for DotNetVersion in ${DotNetVersions[@]} ; do
FeedPrefix="dotnet${DotNetVersion}";
diff --git a/eng/common/core-templates/job/source-build.yml b/eng/common/core-templates/job/source-build.yml
index 947f0971eb5c..d805d5faeb94 100644
--- a/eng/common/core-templates/job/source-build.yml
+++ b/eng/common/core-templates/job/source-build.yml
@@ -34,9 +34,6 @@ parameters:
# container and pool.
platform: {}
- # Optional list of directories to ignore for component governance scans.
- componentGovernanceIgnoreDirectories: []
-
is1ESPipeline: ''
# If set to true and running on a non-public project,
@@ -97,4 +94,3 @@ jobs:
parameters:
is1ESPipeline: ${{ parameters.is1ESPipeline }}
platform: ${{ parameters.platform }}
- componentGovernanceIgnoreDirectories: ${{ parameters.componentGovernanceIgnoreDirectories }}
diff --git a/eng/common/core-templates/jobs/source-build.yml b/eng/common/core-templates/jobs/source-build.yml
index eb4b923a7777..d92860cba208 100644
--- a/eng/common/core-templates/jobs/source-build.yml
+++ b/eng/common/core-templates/jobs/source-build.yml
@@ -15,9 +15,6 @@ parameters:
# one job runs on 'defaultManagedPlatform'.
platforms: []
- # Optional list of directories to ignore for component governance scans.
- componentGovernanceIgnoreDirectories: []
-
is1ESPipeline: ''
# If set to true and running on a non-public project,
@@ -34,7 +31,6 @@ jobs:
is1ESPipeline: ${{ parameters.is1ESPipeline }}
jobNamePrefix: ${{ parameters.jobNamePrefix }}
platform: ${{ platform }}
- componentGovernanceIgnoreDirectories: ${{ parameters.componentGovernanceIgnoreDirectories }}
enableInternalSources: ${{ parameters.enableInternalSources }}
- ${{ if eq(length(parameters.platforms), 0) }}:
@@ -43,5 +39,4 @@ jobs:
is1ESPipeline: ${{ parameters.is1ESPipeline }}
jobNamePrefix: ${{ parameters.jobNamePrefix }}
platform: ${{ parameters.defaultManagedPlatform }}
- componentGovernanceIgnoreDirectories: ${{ parameters.componentGovernanceIgnoreDirectories }}
enableInternalSources: ${{ parameters.enableInternalSources }}
diff --git a/eng/common/core-templates/steps/source-build.yml b/eng/common/core-templates/steps/source-build.yml
index 794db6d410ff..acf16ed34963 100644
--- a/eng/common/core-templates/steps/source-build.yml
+++ b/eng/common/core-templates/steps/source-build.yml
@@ -11,10 +11,6 @@ parameters:
# for details. The entire object is described in the 'job' template for simplicity, even though
# the usage of the properties on this object is split between the 'job' and 'steps' templates.
platform: {}
-
- # Optional list of directories to ignore for component governance scans.
- componentGovernanceIgnoreDirectories: []
-
is1ESPipeline: false
steps:
@@ -67,17 +63,3 @@ steps:
continueOnError: true
condition: succeededOrFailed()
sbomEnabled: false # we don't need SBOM for logs
-
-# Manually inject component detection so that we can ignore the source build upstream cache, which contains
-# a nupkg cache of input packages (a local feed).
-# This path must match the upstream cache path in property 'CurrentRepoSourceBuiltNupkgCacheDir'
-# in src\Microsoft.DotNet.Arcade.Sdk\tools\SourceBuild\SourceBuildArcade.targets
-- template: /eng/common/core-templates/steps/component-governance.yml
- parameters:
- displayName: Component Detection (Exclude upstream cache)
- is1ESPipeline: ${{ parameters.is1ESPipeline }}
- ${{ if eq(length(parameters.componentGovernanceIgnoreDirectories), 0) }}:
- componentGovernanceIgnoreDirectories: '$(System.DefaultWorkingDirectory)/artifacts/sb/src/artifacts/obj/source-built-upstream-cache'
- ${{ else }}:
- componentGovernanceIgnoreDirectories: ${{ join(',', parameters.componentGovernanceIgnoreDirectories) }}
- disableComponentGovernance: ${{ eq(variables['System.TeamProject'], 'public') }}
diff --git a/eng/common/sdk-task.sh b/eng/common/sdk-task.sh
index 0c92f81d74f7..3270f83fa9a7 100644
--- a/eng/common/sdk-task.sh
+++ b/eng/common/sdk-task.sh
@@ -10,7 +10,7 @@ show_usage() {
echo "Advanced settings:"
echo " --excludeCIBinarylog Don't output binary log (short: -nobl)"
- echo " --noWarnAsError Do not warn as error
+ echo " --noWarnAsError Do not warn as error"
echo ""
echo "Command line arguments not listed above are passed thru to msbuild."
}
diff --git a/global.json b/global.json
index f9a8981a089a..1546aa7c5563 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "10.0.100-rc.1.25427.104",
+ "version": "10.0.100-rc.2.25464.104",
"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.100-rc.1.25427.104"
+ "dotnet": "10.0.100-rc.2.25464.104"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25427.104"
+ "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25464.104"
}
}