Skip to content

Commit 3aaa501

Browse files
[release/8.0.3xx] Update dependencies from dotnet/arcade (#39494)
[release/8.0.3xx] Update dependencies from dotnet/arcade
1 parent 3c9ce20 commit 3aaa501

File tree

4 files changed

+23
-19
lines changed

4 files changed

+23
-19
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -475,22 +475,22 @@
475475
</Dependency>
476476
</ProductDependencies>
477477
<ToolsetDependencies>
478-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24161.1">
478+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24161.7">
479479
<Uri>https://github.com/dotnet/arcade</Uri>
480-
<Sha>5c3fdd3b5aaaa32b24383ec12a60b37ebff13079</Sha>
480+
<Sha>cd10e5d3748676d70ae2b4d9c84f073eeb203cac</Sha>
481481
<SourceBuild RepoName="arcade" ManagedOnly="true" />
482482
</Dependency>
483-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24161.1">
483+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24161.7">
484484
<Uri>https://github.com/dotnet/arcade</Uri>
485-
<Sha>5c3fdd3b5aaaa32b24383ec12a60b37ebff13079</Sha>
485+
<Sha>cd10e5d3748676d70ae2b4d9c84f073eeb203cac</Sha>
486486
</Dependency>
487-
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.24161.1">
487+
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.24161.7">
488488
<Uri>https://github.com/dotnet/arcade</Uri>
489-
<Sha>5c3fdd3b5aaaa32b24383ec12a60b37ebff13079</Sha>
489+
<Sha>cd10e5d3748676d70ae2b4d9c84f073eeb203cac</Sha>
490490
</Dependency>
491-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24161.1">
491+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24161.7">
492492
<Uri>https://github.com/dotnet/arcade</Uri>
493-
<Sha>5c3fdd3b5aaaa32b24383ec12a60b37ebff13079</Sha>
493+
<Sha>cd10e5d3748676d70ae2b4d9c84f073eeb203cac</Sha>
494494
</Dependency>
495495
<Dependency Name="System.Reflection.MetadataLoadContext" Version="8.0.0">
496496
<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.24161.1</MicrosoftDotNetSignToolVersion>
37+
<MicrosoftDotNetSignToolVersion>8.0.0-beta.24161.7</MicrosoftDotNetSignToolVersion>
3838
<MicrosoftWebXdtPackageVersion>7.0.0-preview.22423.2</MicrosoftWebXdtPackageVersion>
3939
<SystemSecurityCryptographyProtectedDataPackageVersion>8.0.0</SystemSecurityCryptographyProtectedDataPackageVersion>
4040
<SystemCollectionsSpecializedPackageVersion>4.3.0</SystemCollectionsSpecializedPackageVersion>
@@ -209,7 +209,7 @@
209209
<PropertyGroup>
210210
<FluentAssertionsVersion>6.12.0</FluentAssertionsVersion>
211211
<FluentAssertionsJsonVersion>6.1.0</FluentAssertionsJsonVersion>
212-
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24161.1</MicrosoftDotNetXUnitExtensionsVersion>
212+
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24161.7</MicrosoftDotNetXUnitExtensionsVersion>
213213
<MoqPackageVersion>4.18.4</MoqPackageVersion>
214214
<XunitCombinatorialVersion>1.3.2</XunitCombinatorialVersion>
215215
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>8.0.0-beta.23607.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>

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

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,11 @@ jobs:
206206
continueOnError: true
207207
condition: always()
208208
- ${{ if and(ne(parameters.artifacts.publish.logs, 'false'), ne(parameters.artifacts.publish.logs, '')) }}:
209-
- publish: artifacts/log
210-
artifact: ${{ coalesce(parameters.artifacts.publish.logs.name, 'Logs_Build_$(Agent.Os)_$(_BuildConfig)') }}
211-
displayName: Publish logs
209+
- task: 1ES.PublishPipelineArtifact@1
210+
inputs:
211+
targetPath: 'artifacts/log'
212+
artifactName: ${{ coalesce(parameters.artifacts.publish.logs.name, 'Logs_Build_$(Agent.Os)_$(_BuildConfig)') }}
213+
displayName: 'Publish logs'
212214
continueOnError: true
213215
condition: always()
214216

@@ -253,7 +255,9 @@ jobs:
253255
IgnoreDirectories: ${{ parameters.componentGovernanceIgnoreDirectories }}
254256

255257
- ${{ if eq(parameters.enableBuildRetry, 'true') }}:
256-
- publish: $(Build.SourcesDirectory)\eng\common\BuildConfiguration
257-
artifact: BuildConfiguration
258-
displayName: Publish build retry configuration
259-
continueOnError: true
258+
- task: 1ES.PublishPipelineArtifact@1
259+
inputs:
260+
targetPath: '$(Build.SourcesDirectory)\eng\common\BuildConfiguration'
261+
artifactName: 'BuildConfiguration'
262+
displayName: 'Publish build retry configuration'
263+
continueOnError: true

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.24161.1",
18-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24161.1"
17+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24161.7",
18+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24161.7"
1919
}
2020
}

0 commit comments

Comments
 (0)