From 3e8cbb059fedc2e04bf9832c6e9d022978aa7bcc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 28 Sep 2025 02:01:56 +0000 Subject: [PATCH 1/4] Update dependencies from https://github.com/dotnet/arcade build 20250927.2 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions From Version 11.0.0-beta.25476.3 -> To Version 11.0.0-beta.25477.2 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- global.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0f03eaac2b0..7f1573f1e6b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -4,21 +4,21 @@ - + https://github.com/dotnet/arcade - 432dff2f163e6a5fdb3c9052c2e58c4ab8c0e2c4 + e19df003785d0b81e2e3e1bf6e588bf8d913e95e - + https://github.com/dotnet/arcade - 432dff2f163e6a5fdb3c9052c2e58c4ab8c0e2c4 + e19df003785d0b81e2e3e1bf6e588bf8d913e95e - + https://github.com/dotnet/arcade - 432dff2f163e6a5fdb3c9052c2e58c4ab8c0e2c4 + e19df003785d0b81e2e3e1bf6e588bf8d913e95e - + https://github.com/dotnet/arcade - 432dff2f163e6a5fdb3c9052c2e58c4ab8c0e2c4 + e19df003785d0b81e2e3e1bf6e588bf8d913e95e diff --git a/eng/Versions.props b/eng/Versions.props index 005a7558cc5..720f9152316 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,9 +20,9 @@ - 11.0.0-beta.25476.3 - 11.0.0-beta.25476.3 - 11.0.0-beta.25476.3 + 11.0.0-beta.25477.2 + 11.0.0-beta.25477.2 + 11.0.0-beta.25477.2 diff --git a/global.json b/global.json index 65276c279a9..e1716a01059 100644 --- a/global.json +++ b/global.json @@ -14,7 +14,7 @@ "version": "10.0.100-rc.1.25420.111" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25476.3", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25477.2", "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23409.5" } } From 03752b11f9c54299d14c8a5ce519b4f4033e3ca1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 30 Sep 2025 02:01:52 +0000 Subject: [PATCH 2/4] Update dependencies from https://github.com/dotnet/arcade build 20250929.7 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions From Version 11.0.0-beta.25476.3 -> To Version 11.0.0-beta.25479.7 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- eng/common/build.sh | 2 +- eng/common/darc-init.sh | 2 +- eng/common/dotnet-install.sh | 2 +- eng/common/dotnet.sh | 2 +- eng/common/internal-feed-operations.sh | 2 +- eng/common/post-build/nuget-verification.ps1 | 2 +- eng/common/sdk-task.ps1 | 2 +- eng/common/tools.ps1 | 4 ++-- global.json | 2 +- 11 files changed, 21 insertions(+), 21 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7f1573f1e6b..72031bc9cd4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -4,21 +4,21 @@ - + https://github.com/dotnet/arcade - e19df003785d0b81e2e3e1bf6e588bf8d913e95e + 34019881836f80da952b9e5cb702bebf7b5362c6 - + https://github.com/dotnet/arcade - e19df003785d0b81e2e3e1bf6e588bf8d913e95e + 34019881836f80da952b9e5cb702bebf7b5362c6 - + https://github.com/dotnet/arcade - e19df003785d0b81e2e3e1bf6e588bf8d913e95e + 34019881836f80da952b9e5cb702bebf7b5362c6 - + https://github.com/dotnet/arcade - e19df003785d0b81e2e3e1bf6e588bf8d913e95e + 34019881836f80da952b9e5cb702bebf7b5362c6 diff --git a/eng/Versions.props b/eng/Versions.props index 720f9152316..87b4ff09b9e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,9 +20,9 @@ - 11.0.0-beta.25477.2 - 11.0.0-beta.25477.2 - 11.0.0-beta.25477.2 + 11.0.0-beta.25479.7 + 11.0.0-beta.25479.7 + 11.0.0-beta.25479.7 diff --git a/eng/common/build.sh b/eng/common/build.sh index 9767bb411a4..ec3e80d189e 100755 --- a/eng/common/build.sh +++ b/eng/common/build.sh @@ -92,7 +92,7 @@ runtime_source_feed='' runtime_source_feed_key='' properties=() -while [[ $# > 0 ]]; do +while [[ $# -gt 0 ]]; do opt="$(echo "${1/#--/-}" | tr "[:upper:]" "[:lower:]")" case "$opt" in -help|-h) diff --git a/eng/common/darc-init.sh b/eng/common/darc-init.sh index e889f439b8d..9f5ad6b763b 100755 --- a/eng/common/darc-init.sh +++ b/eng/common/darc-init.sh @@ -5,7 +5,7 @@ darcVersion='' versionEndpoint='https://maestro.dot.net/api/assets/darc-version?api-version=2020-02-20' verbosity='minimal' -while [[ $# > 0 ]]; do +while [[ $# -gt 0 ]]; do opt="$(echo "$1" | tr "[:upper:]" "[:lower:]")" case "$opt" in --darcversion) diff --git a/eng/common/dotnet-install.sh b/eng/common/dotnet-install.sh index 7b9d97e3bd4..61f302bb677 100755 --- a/eng/common/dotnet-install.sh +++ b/eng/common/dotnet-install.sh @@ -18,7 +18,7 @@ architecture='' runtime='dotnet' runtimeSourceFeed='' runtimeSourceFeedKey='' -while [[ $# > 0 ]]; do +while [[ $# -gt 0 ]]; do opt="$(echo "$1" | tr "[:upper:]" "[:lower:]")" case "$opt" in -version|-v) diff --git a/eng/common/dotnet.sh b/eng/common/dotnet.sh index 2ef68235675..f6d24871c1d 100644 --- a/eng/common/dotnet.sh +++ b/eng/common/dotnet.sh @@ -19,7 +19,7 @@ source $scriptroot/tools.sh InitializeDotNetCli true # install # Invoke acquired SDK with args if they are provided -if [[ $# > 0 ]]; then +if [[ $# -gt 0 ]]; then __dotnetDir=${_InitializeDotNetCli} dotnetPath=${__dotnetDir}/dotnet ${dotnetPath} "$@" diff --git a/eng/common/internal-feed-operations.sh b/eng/common/internal-feed-operations.sh index 9378223ba09..6299e7effd4 100755 --- a/eng/common/internal-feed-operations.sh +++ b/eng/common/internal-feed-operations.sh @@ -100,7 +100,7 @@ operation='' authToken='' repoName='' -while [[ $# > 0 ]]; do +while [[ $# -gt 0 ]]; do opt="$(echo "$1" | tr "[:upper:]" "[:lower:]")" case "$opt" in --operation) 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/eng/common/sdk-task.ps1 b/eng/common/sdk-task.ps1 index b62e132d32a..4655af7a2d8 100644 --- a/eng/common/sdk-task.ps1 +++ b/eng/common/sdk-task.ps1 @@ -68,7 +68,7 @@ try { $GlobalJson.tools | Add-Member -Name "vs" -Value (ConvertFrom-Json "{ `"version`": `"16.5`" }") -MemberType NoteProperty } if( -not ($GlobalJson.tools.PSObject.Properties.Name -match "xcopy-msbuild" )) { - $GlobalJson.tools | Add-Member -Name "xcopy-msbuild" -Value "17.13.0" -MemberType NoteProperty + $GlobalJson.tools | Add-Member -Name "xcopy-msbuild" -Value "17.14.16" -MemberType NoteProperty } if ($GlobalJson.tools."xcopy-msbuild".Trim() -ine "none") { $xcopyMSBuildToolsFolder = InitializeXCopyMSBuild $GlobalJson.tools."xcopy-msbuild" -install $true diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 06b44de7870..4bc50bd568c 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -394,8 +394,8 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements = # If the version of msbuild is going to be xcopied, # use this version. Version matches a package here: - # https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet-eng/NuGet/Microsoft.DotNet.Arcade.MSBuild.Xcopy/versions/17.13.0 - $defaultXCopyMSBuildVersion = '17.13.0' + # https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet-eng/NuGet/Microsoft.DotNet.Arcade.MSBuild.Xcopy/versions/17.14.16 + $defaultXCopyMSBuildVersion = '17.14.16' if (!$vsRequirements) { if (Get-Member -InputObject $GlobalJson.tools -Name 'vs') { diff --git a/global.json b/global.json index e1716a01059..b3c058cbb50 100644 --- a/global.json +++ b/global.json @@ -14,7 +14,7 @@ "version": "10.0.100-rc.1.25420.111" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25477.2", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25479.7", "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23409.5" } } From ce3a1e24c7185068454710053ed088429103ba7e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 1 Oct 2025 02:02:23 +0000 Subject: [PATCH 3/4] Update dependencies from https://github.com/dotnet/arcade build 20250930.1 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions From Version 11.0.0-beta.25476.3 -> To Version 11.0.0-beta.25480.1 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- global.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 72031bc9cd4..79d4de7b6a3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -4,21 +4,21 @@ - + https://github.com/dotnet/arcade - 34019881836f80da952b9e5cb702bebf7b5362c6 + 82c695e89cef1fb20104a73f3ae281d0493d8275 - + https://github.com/dotnet/arcade - 34019881836f80da952b9e5cb702bebf7b5362c6 + 82c695e89cef1fb20104a73f3ae281d0493d8275 - + https://github.com/dotnet/arcade - 34019881836f80da952b9e5cb702bebf7b5362c6 + 82c695e89cef1fb20104a73f3ae281d0493d8275 - + https://github.com/dotnet/arcade - 34019881836f80da952b9e5cb702bebf7b5362c6 + 82c695e89cef1fb20104a73f3ae281d0493d8275 diff --git a/eng/Versions.props b/eng/Versions.props index 87b4ff09b9e..ab8d723784d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,9 +20,9 @@ - 11.0.0-beta.25479.7 - 11.0.0-beta.25479.7 - 11.0.0-beta.25479.7 + 11.0.0-beta.25480.1 + 11.0.0-beta.25480.1 + 11.0.0-beta.25480.1 diff --git a/global.json b/global.json index b3c058cbb50..c1531211fa1 100644 --- a/global.json +++ b/global.json @@ -14,7 +14,7 @@ "version": "10.0.100-rc.1.25420.111" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25479.7", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25480.1", "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23409.5" } } From 079ab13203fdcaf159013ccb40e6bb64e950c803 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 2 Oct 2025 02:02:10 +0000 Subject: [PATCH 4/4] Update dependencies from https://github.com/dotnet/arcade build 20251001.1 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions From Version 11.0.0-beta.25476.3 -> To Version 11.0.0-beta.25501.1 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- global.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 79d4de7b6a3..863ff67902d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -4,21 +4,21 @@ - + https://github.com/dotnet/arcade - 82c695e89cef1fb20104a73f3ae281d0493d8275 + b31d1d57a46eceefe28423353bd0cf299b7f478e - + https://github.com/dotnet/arcade - 82c695e89cef1fb20104a73f3ae281d0493d8275 + b31d1d57a46eceefe28423353bd0cf299b7f478e - + https://github.com/dotnet/arcade - 82c695e89cef1fb20104a73f3ae281d0493d8275 + b31d1d57a46eceefe28423353bd0cf299b7f478e - + https://github.com/dotnet/arcade - 82c695e89cef1fb20104a73f3ae281d0493d8275 + b31d1d57a46eceefe28423353bd0cf299b7f478e diff --git a/eng/Versions.props b/eng/Versions.props index ab8d723784d..68d01f8c6d8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,9 +20,9 @@ - 11.0.0-beta.25480.1 - 11.0.0-beta.25480.1 - 11.0.0-beta.25480.1 + 11.0.0-beta.25501.1 + 11.0.0-beta.25501.1 + 11.0.0-beta.25501.1 diff --git a/global.json b/global.json index c1531211fa1..c40e7a5d2d9 100644 --- a/global.json +++ b/global.json @@ -14,7 +14,7 @@ "version": "10.0.100-rc.1.25420.111" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25480.1", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25501.1", "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23409.5" } }