Skip to content

Commit c4601ad

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20240830.1 (#57629)
[main] Update dependencies from dotnet/arcade
1 parent 48be239 commit c4601ad

File tree

4 files changed

+19
-18
lines changed

4 files changed

+19
-18
lines changed

eng/Version.Details.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -388,31 +388,31 @@
388388
<Uri>https://github.com/dotnet/winforms</Uri>
389389
<Sha>42fd47aeb558bb47d5cec60e854da11203df8953</Sha>
390390
</Dependency>
391-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24423.2">
391+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24430.1">
392392
<Uri>https://github.com/dotnet/arcade</Uri>
393-
<Sha>91599268652b51969b8d8088d4f2f2ba7b3ebb19</Sha>
393+
<Sha>0ed1d3dc15420cd41c252b0c5d9474f197a29e06</Sha>
394394
</Dependency>
395395
<!-- Intermediate is necessary for source build. -->
396-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24423.2">
396+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.24430.1">
397397
<Uri>https://github.com/dotnet/arcade</Uri>
398-
<Sha>91599268652b51969b8d8088d4f2f2ba7b3ebb19</Sha>
398+
<Sha>0ed1d3dc15420cd41c252b0c5d9474f197a29e06</Sha>
399399
<SourceBuild RepoName="arcade" ManagedOnly="true" />
400400
</Dependency>
401-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24423.2">
401+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.24430.1">
402402
<Uri>https://github.com/dotnet/arcade</Uri>
403-
<Sha>91599268652b51969b8d8088d4f2f2ba7b3ebb19</Sha>
403+
<Sha>0ed1d3dc15420cd41c252b0c5d9474f197a29e06</Sha>
404404
</Dependency>
405-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.24423.2">
405+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.24430.1">
406406
<Uri>https://github.com/dotnet/arcade</Uri>
407-
<Sha>91599268652b51969b8d8088d4f2f2ba7b3ebb19</Sha>
407+
<Sha>0ed1d3dc15420cd41c252b0c5d9474f197a29e06</Sha>
408408
</Dependency>
409-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24423.2">
409+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24430.1">
410410
<Uri>https://github.com/dotnet/arcade</Uri>
411-
<Sha>91599268652b51969b8d8088d4f2f2ba7b3ebb19</Sha>
411+
<Sha>0ed1d3dc15420cd41c252b0c5d9474f197a29e06</Sha>
412412
</Dependency>
413-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="9.0.0-beta.24423.2">
413+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.24430.1">
414414
<Uri>https://github.com/dotnet/arcade</Uri>
415-
<Sha>91599268652b51969b8d8088d4f2f2ba7b3ebb19</Sha>
415+
<Sha>0ed1d3dc15420cd41c252b0c5d9474f197a29e06</Sha>
416416
</Dependency>
417417
<Dependency Name="Microsoft.Extensions.Diagnostics.Testing" Version="9.0.0-preview.8.24425.2">
418418
<Uri>https://github.com/dotnet/extensions</Uri>

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@
165165
<NuGetVersioningVersion>6.2.4</NuGetVersioningVersion>
166166
<NuGetFrameworksVersion>6.2.4</NuGetFrameworksVersion>
167167
<!-- Packages from dotnet/arcade -->
168-
<MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.24423.2</MicrosoftDotNetBuildTasksInstallersVersion>
169-
<MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.24423.2</MicrosoftDotNetBuildTasksTemplatingVersion>
170-
<MicrosoftDotNetRemoteExecutorVersion>9.0.0-beta.24423.2</MicrosoftDotNetRemoteExecutorVersion>
171-
<MicrosoftSourceBuildIntermediatearcadeVersion>9.0.0-beta.24423.2</MicrosoftSourceBuildIntermediatearcadeVersion>
168+
<MicrosoftDotNetBuildTasksInstallersVersion>10.0.0-beta.24430.1</MicrosoftDotNetBuildTasksInstallersVersion>
169+
<MicrosoftDotNetBuildTasksTemplatingVersion>10.0.0-beta.24430.1</MicrosoftDotNetBuildTasksTemplatingVersion>
170+
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.24430.1</MicrosoftDotNetRemoteExecutorVersion>
171+
<MicrosoftSourceBuildIntermediatearcadeVersion>10.0.0-beta.24430.1</MicrosoftSourceBuildIntermediatearcadeVersion>
172172
<!-- Packages from dotnet/source-build-externals -->
173173
<MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>10.0.0-alpha.1.24415.1</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>
174174
<!-- Packages from dotnet/source-build-reference-packages -->

eng/common/core-templates/steps/publish-logs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ steps:
4545
SourceFolder: '$(Build.SourcesDirectory)/PostBuildLogs'
4646
Contents: '**'
4747
TargetFolder: '$(Build.ArtifactStagingDirectory)/PostBuildLogs'
48+
condition: always()
4849

4950
- template: /eng/common/core-templates/steps/publish-build-artifacts.yml
5051
parameters:

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"jdk": "11"
2828
},
2929
"msbuild-sdks": {
30-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24423.2",
31-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24423.2"
30+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24430.1",
31+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24430.1"
3232
}
3333
}

0 commit comments

Comments
 (0)