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