[main] Update dependencies from dotnet/arcade (#18981)
[main] Update dependencies from dotnet/arcade
This commit is contained in:
parent
b76440930b
commit
ec52c109e5
4 changed files with 24 additions and 20 deletions
|
@ -243,17 +243,17 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24159.1">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24161.5">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>f4538b1f8ff5ceb197aea509f3f61872b217b09e</Sha>
|
||||
<Sha>39839f3007d9f3bbabf7a4b6a96ef5dd6be9e5ac</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.24159.1">
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.24161.5">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>f4538b1f8ff5ceb197aea509f3f61872b217b09e</Sha>
|
||||
<Sha>39839f3007d9f3bbabf7a4b6a96ef5dd6be9e5ac</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24159.1">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24161.5">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>f4538b1f8ff5ceb197aea509f3f61872b217b09e</Sha>
|
||||
<Sha>39839f3007d9f3bbabf7a4b6a96ef5dd6be9e5ac</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24161.1">
|
||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
|
@ -263,14 +263,14 @@
|
|||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
<Sha>287772f0ae8b40573f97342eb83fdeee7a136bea</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24159.1">
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24161.5">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>f4538b1f8ff5ceb197aea509f3f61872b217b09e</Sha>
|
||||
<Sha>39839f3007d9f3bbabf7a4b6a96ef5dd6be9e5ac</Sha>
|
||||
</Dependency>
|
||||
<!-- Intermediate is necessary for source build. -->
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24159.1">
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24161.5">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>f4538b1f8ff5ceb197aea509f3f61872b217b09e</Sha>
|
||||
<Sha>39839f3007d9f3bbabf7a4b6a96ef5dd6be9e5ac</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="9.0.0-alpha.1.23612.13">
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24159.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24161.5</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade-services -->
|
||||
|
|
|
@ -206,9 +206,11 @@ jobs:
|
|||
continueOnError: true
|
||||
condition: always()
|
||||
- ${{ if and(ne(parameters.artifacts.publish.logs, 'false'), ne(parameters.artifacts.publish.logs, '')) }}:
|
||||
- publish: artifacts/log
|
||||
artifact: ${{ coalesce(parameters.artifacts.publish.logs.name, 'Logs_Build_$(Agent.Os)_$(_BuildConfig)') }}
|
||||
displayName: Publish logs
|
||||
- task: 1ES.PublishPipelineArtifact@1
|
||||
inputs:
|
||||
targetPath: 'artifacts/log'
|
||||
artifactName: ${{ coalesce(parameters.artifacts.publish.logs.name, 'Logs_Build_$(Agent.Os)_$(_BuildConfig)') }}
|
||||
displayName: 'Publish logs'
|
||||
continueOnError: true
|
||||
condition: always()
|
||||
|
||||
|
@ -253,7 +255,9 @@ jobs:
|
|||
IgnoreDirectories: ${{ parameters.componentGovernanceIgnoreDirectories }}
|
||||
|
||||
- ${{ if eq(parameters.enableBuildRetry, 'true') }}:
|
||||
- publish: $(Build.SourcesDirectory)\eng\common\BuildConfiguration
|
||||
artifact: BuildConfiguration
|
||||
displayName: Publish build retry configuration
|
||||
continueOnError: true
|
||||
- task: 1ES.PublishPipelineArtifact@1
|
||||
inputs:
|
||||
targetPath: '$(Build.SourcesDirectory)\eng\common\BuildConfiguration'
|
||||
artifactName: 'BuildConfiguration'
|
||||
displayName: 'Publish build retry configuration'
|
||||
continueOnError: true
|
|
@ -11,7 +11,7 @@
|
|||
"cmake": "latest"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24159.1",
|
||||
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24159.1"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24161.5",
|
||||
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24161.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue