File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 8
8
</Dependency >
9
9
</ProductDependencies >
10
10
<ToolsetDependencies >
11
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25161.4 " >
11
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25208.6 " >
12
12
<Uri >https://github.com/dotnet/arcade</Uri >
13
- <Sha >f33d9e642f0e68a61312164cd9e0baf4e142a999 </Sha >
13
+ <Sha >aa61e8c20a869bcc994f8b29eb07d927d2bec6f4 </Sha >
14
14
</Dependency >
15
15
<!-- Intermediate is necessary for source build. -->
16
- <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 9.0.0-beta.25161.4 " >
16
+ <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 9.0.0-beta.25208.6 " >
17
17
<Uri >https://github.com/dotnet/arcade</Uri >
18
- <Sha >f33d9e642f0e68a61312164cd9e0baf4e142a999 </Sha >
18
+ <Sha >aa61e8c20a869bcc994f8b29eb07d927d2bec6f4 </Sha >
19
19
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
20
20
</Dependency >
21
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 9.0.0-beta.25161.4 " >
21
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 9.0.0-beta.25208.6 " >
22
22
<Uri >https://github.com/dotnet/arcade</Uri >
23
- <Sha >f33d9e642f0e68a61312164cd9e0baf4e142a999 </Sha >
23
+ <Sha >aa61e8c20a869bcc994f8b29eb07d927d2bec6f4 </Sha >
24
24
</Dependency >
25
- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Packaging" Version =" 9.0.0-beta.25161.4 " >
25
+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Packaging" Version =" 9.0.0-beta.25208.6 " >
26
26
<Uri >https://github.com/dotnet/arcade</Uri >
27
- <Sha >f33d9e642f0e68a61312164cd9e0baf4e142a999 </Sha >
27
+ <Sha >aa61e8c20a869bcc994f8b29eb07d927d2bec6f4 </Sha >
28
28
</Dependency >
29
29
</ToolsetDependencies >
30
30
</Dependencies >
Original file line number Diff line number Diff line change 6
6
<PreReleaseVersionIteration >1</PreReleaseVersionIteration >
7
7
</PropertyGroup >
8
8
<PropertyGroup >
9
- <MicrosoftDotNetBuildTasksPackagingVersion >9.0.0-beta.25161.4 </MicrosoftDotNetBuildTasksPackagingVersion >
9
+ <MicrosoftDotNetBuildTasksPackagingVersion >9.0.0-beta.25208.6 </MicrosoftDotNetBuildTasksPackagingVersion >
10
10
</PropertyGroup >
11
11
</Project >
Original file line number Diff line number Diff line change 42
42
[bool ]$useInstalledDotNetCli = if (Test-Path variable:useInstalledDotNetCli) { $useInstalledDotNetCli } else { $true }
43
43
44
44
# Enable repos to use a particular version of the on-line dotnet-install scripts.
45
- # default URL: https://dotnet.microsoft.com/download /dotnet/scripts/v1/dotnet-install.ps1
45
+ # default URL: https://builds. dotnet.microsoft.com/dotnet/scripts/v1/dotnet-install.ps1
46
46
[string ]$dotnetInstallScriptVersion = if (Test-Path variable:dotnetInstallScriptVersion) { $dotnetInstallScriptVersion } else { ' v1' }
47
47
48
48
# True to use global NuGet cache instead of restoring packages to repository-local directory.
@@ -262,7 +262,7 @@ function GetDotNetInstallScript([string] $dotnetRoot) {
262
262
if (! (Test-Path $installScript )) {
263
263
Create- Directory $dotnetRoot
264
264
$ProgressPreference = ' SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit
265
- $uri = " https://dotnet.microsoft.com/download /dotnet/scripts/$dotnetInstallScriptVersion /dotnet-install.ps1"
265
+ $uri = " https://builds. dotnet.microsoft.com/dotnet/scripts/$dotnetInstallScriptVersion /dotnet-install.ps1"
266
266
267
267
Retry({
268
268
Write-Host " GET $uri "
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ warn_as_error=${warn_as_error:-true}
54
54
use_installed_dotnet_cli=${use_installed_dotnet_cli:- true}
55
55
56
56
# Enable repos to use a particular version of the on-line dotnet-install scripts.
57
- # default URL: https://dotnet.microsoft.com/download /dotnet/scripts/v1/dotnet-install.sh
57
+ # default URL: https://builds. dotnet.microsoft.com/dotnet/scripts/v1/dotnet-install.sh
58
58
dotnetInstallScriptVersion=${dotnetInstallScriptVersion:- ' v1' }
59
59
60
60
# True to use global NuGet cache instead of restoring packages to repository-local directory.
@@ -295,7 +295,7 @@ function with_retries {
295
295
function GetDotNetInstallScript {
296
296
local root=$1
297
297
local install_script=" $root /dotnet-install.sh"
298
- local install_script_url=" https://dotnet.microsoft.com/download /dotnet/scripts/$dotnetInstallScriptVersion /dotnet-install.sh"
298
+ local install_script_url=" https://builds. dotnet.microsoft.com/dotnet/scripts/$dotnetInstallScriptVersion /dotnet-install.sh"
299
299
300
300
if [[ ! -a " $install_script " ]]; then
301
301
mkdir -p " $root "
Original file line number Diff line number Diff line change 1
1
{
2
2
"tools" : {
3
- "dotnet" : " 9.0.104 "
3
+ "dotnet" : " 9.0.105 "
4
4
},
5
5
"msbuild-sdks" : {
6
- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25161.4 " ,
7
- "Microsoft.DotNet.Helix.Sdk" : " 9.0.0-beta.25161.4 " ,
6
+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25208.6 " ,
7
+ "Microsoft.DotNet.Helix.Sdk" : " 9.0.0-beta.25208.6 " ,
8
8
"Microsoft.Build.Traversal" : " 3.4.0"
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments