You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[main] Update dependencies from dotnet/arcade (#15264)
* Update dependencies from https://github.com/dotnet/arcade build 20250815.5
Microsoft.DotNet.Arcade.Sdk
From Version 10.0.0-beta.25408.3 -> To Version 10.0.0-beta.25415.5
* Update dependencies from https://github.com/dotnet/arcade build 20250822.3
Microsoft.DotNet.Arcade.Sdk
From Version 10.0.0-beta.25408.3 -> To Version 10.0.0-beta.25422.3
* Update dependencies from https://github.com/dotnet/arcade build 20250830.1
Microsoft.DotNet.Arcade.Sdk
From Version 10.0.0-beta.25408.3 -> To Version 10.0.0-beta.25430.1
* Update dependencies from https://github.com/dotnet/arcade build 20250907.1
Microsoft.DotNet.Arcade.Sdk
From Version 10.0.0-beta.25408.3 -> To Version 11.0.0-beta.25457.1
* Update dependencies from https://github.com/dotnet/arcade build 20250912.2
On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.25408.3 -> To Version 11.0.0-beta.25462.2
* Update dependencies from https://github.com/dotnet/arcade build 20250919.3
On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.25408.3 -> To Version 11.0.0-beta.25469.3
* Update dependencies from https://github.com/dotnet/arcade build 20250927.2
On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.25408.3 -> To Version 11.0.0-beta.25477.2
* fix slnx
* Update dependencies from https://github.com/dotnet/arcade build 20251004.3
On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.25408.3 -> To Version 11.0.0-beta.25504.3
* Update dependencies from https://github.com/dotnet/arcade build 20251009.1
On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.25408.3 -> To Version 11.0.0-beta.25509.1
* Update dependencies from https://github.com/dotnet/arcade build 20251024.1
On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.25408.3 -> To Version 11.0.0-beta.25524.1
* Update dependencies from https://github.com/dotnet/arcade build 20251031.1
On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.25408.3 -> To Version 11.0.0-beta.25531.1
* Update dependencies from https://github.com/dotnet/arcade build 20251107.2
On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.25408.3 -> To Version 11.0.0-beta.25557.2
* Update images
* DOTNET_HOST_PATH fix
* Call the correct script
* Add dotnet_root
* Update dependencies from https://github.com/dotnet/arcade build 20251110.1
On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.25408.3 -> To Version 11.0.0-beta.25560.1
* Update dependencies from https://github.com/dotnet/arcade build 20251112.6
On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.25408.3 -> To Version 11.0.0-beta.25562.6
* Update global.json
* tl:off
* Update dependencies from https://github.com/dotnet/arcade build 20251121.8
On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.25408.3 -> To Version 11.0.0-beta.25571.8
* Add property to show versioninfo that we check
---------
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Jakub Jareš <me@jakubjares.com>
Write-PipelineTelemetryError-Category 'Build'-Message "Eng/common/SetupNugetSources.ps1 returned a non-zero exit code. NuGet config file must contain a packageSources section: $ConfigFile"
142
+
ExitWithExitCode 1
129
143
}
130
144
131
145
$creds=$null
146
+
$feedSuffix="v3/index.json"
132
147
if ($Password) {
148
+
$feedSuffix="v2"
133
149
# Looks for a <PackageSourceCredentials> node. Create it if none is found.
0 commit comments