Skip to content

Commit 5dda552

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250728.1
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.25326.1 -> To Version 8.0.0-beta.25378.1
1 parent 1ce8e7a commit 5dda552

File tree

5 files changed

+20
-16
lines changed

5 files changed

+20
-16
lines changed

NuGet.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
<!-- End: Package sources from dotnet-runtime -->
2323
<!-- Begin: Package sources from dotnet-templating -->
2424
<add key="darc-pub-dotnet-templating-a767f5a" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-a767f5ab/nuget/v3/index.json" />
25+
<add key="darc-pub-dotnet-templating-a767f5a-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-a767f5ab-3/nuget/v3/index.json" />
26+
<add key="darc-pub-dotnet-templating-a767f5a-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-a767f5ab-2/nuget/v3/index.json" />
2527
<add key="darc-pub-dotnet-templating-a767f5a-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-a767f5ab-1/nuget/v3/index.json" />
2628
<!-- End: Package sources from dotnet-templating -->
2729
<!-- Begin: Package sources from dotnet-windowsdesktop -->

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -491,22 +491,22 @@
491491
</Dependency>
492492
</ProductDependencies>
493493
<ToolsetDependencies>
494-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25366.2">
494+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25378.1">
495495
<Uri>https://github.com/dotnet/arcade</Uri>
496-
<Sha>a73c08ec0de5a6e5e2a8668837df67edecb3a3da</Sha>
496+
<Sha>8dca4f8ae100b102230287f8cc1b75264c9f1a6f</Sha>
497497
<SourceBuild RepoName="arcade" ManagedOnly="true" />
498498
</Dependency>
499-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.25366.2">
499+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.25378.1">
500500
<Uri>https://github.com/dotnet/arcade</Uri>
501-
<Sha>a73c08ec0de5a6e5e2a8668837df67edecb3a3da</Sha>
501+
<Sha>8dca4f8ae100b102230287f8cc1b75264c9f1a6f</Sha>
502502
</Dependency>
503-
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.25366.2">
503+
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.25378.1">
504504
<Uri>https://github.com/dotnet/arcade</Uri>
505-
<Sha>a73c08ec0de5a6e5e2a8668837df67edecb3a3da</Sha>
505+
<Sha>8dca4f8ae100b102230287f8cc1b75264c9f1a6f</Sha>
506506
</Dependency>
507-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.25366.2">
507+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.25378.1">
508508
<Uri>https://github.com/dotnet/arcade</Uri>
509-
<Sha>a73c08ec0de5a6e5e2a8668837df67edecb3a3da</Sha>
509+
<Sha>8dca4f8ae100b102230287f8cc1b75264c9f1a6f</Sha>
510510
</Dependency>
511511
<Dependency Name="System.Reflection.MetadataLoadContext" Version="8.0.1">
512512
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<SystemCollectionsImmutablePackageVersion>7.0.0</SystemCollectionsImmutablePackageVersion>
3535
<SystemDiagnosticsFileVersionInfoVersion>4.0.0</SystemDiagnosticsFileVersionInfoVersion>
3636
<SystemReflectionMetadataVersion>7.0.0</SystemReflectionMetadataVersion>
37-
<MicrosoftDotNetSignToolVersion>8.0.0-beta.25366.2</MicrosoftDotNetSignToolVersion>
37+
<MicrosoftDotNetSignToolVersion>8.0.0-beta.25378.1</MicrosoftDotNetSignToolVersion>
3838
<MicrosoftWebXdtPackageVersion>7.0.0-preview.22423.2</MicrosoftWebXdtPackageVersion>
3939
<SystemSecurityCryptographyProtectedDataPackageVersion>8.0.0</SystemSecurityCryptographyProtectedDataPackageVersion>
4040
<SystemCollectionsSpecializedPackageVersion>4.3.0</SystemCollectionsSpecializedPackageVersion>
@@ -211,7 +211,7 @@
211211
<PropertyGroup>
212212
<FluentAssertionsVersion>6.12.0</FluentAssertionsVersion>
213213
<FluentAssertionsJsonVersion>6.1.0</FluentAssertionsJsonVersion>
214-
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.25366.2</MicrosoftDotNetXUnitExtensionsVersion>
214+
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.25378.1</MicrosoftDotNetXUnitExtensionsVersion>
215215
<MoqPackageVersion>4.18.4</MoqPackageVersion>
216216
<XunitCombinatorialVersion>1.3.2</XunitCombinatorialVersion>
217217
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>8.0.0-beta.23607.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>

eng/common/templates-official/job/job.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ parameters:
2121
# See schema documentation - https://github.com/dotnet/arcade/blob/master/Documentation/AzureDevOps/TemplateSchema.md
2222
artifacts: ''
2323
enableMicrobuild: false
24+
microbuildUseESRP: true
2425
enablePublishBuildArtifacts: false
2526
enablePublishBuildAssets: false
2627
enablePublishTestResults: false
@@ -135,10 +136,11 @@ jobs:
135136
signType: $(_SignType)
136137
zipSources: false
137138
feedSource: https://dnceng.pkgs.visualstudio.com/_packaging/MicroBuildToolset/nuget/v3/index.json
138-
${{ if eq(variables['System.TeamProject'], 'DevDiv') }}:
139-
ConnectedPMEServiceName: 6cc74545-d7b9-4050-9dfa-ebefcc8961ea
140-
${{ else }}:
141-
ConnectedPMEServiceName: 248d384a-b39b-46e3-8ad5-c2c210d5e7ca
139+
${{ if eq(parameters.microbuildUseESRP, true) }}:
140+
${{ if eq(variables['System.TeamProject'], 'DevDiv') }}:
141+
ConnectedPMEServiceName: 6cc74545-d7b9-4050-9dfa-ebefcc8961ea
142+
${{ else }}:
143+
ConnectedPMEServiceName: 248d384a-b39b-46e3-8ad5-c2c210d5e7ca
142144
env:
143145
TeamName: $(_TeamName)
144146
MicroBuildOutputFolderOverride: '$(Agent.TempDirectory)'

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25366.2",
18-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.25366.2"
17+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25378.1",
18+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.25378.1"
1919
}
2020
}

0 commit comments

Comments
 (0)