Skip to content

Commit 959ce34

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250220.6 (#10490)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25119.2 -> To Version 10.0.0-beta.25120.6 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent a789ede commit 959ce34

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

eng/Version.Details.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -165,25 +165,25 @@
165165
</Dependency>
166166
</ProductDependencies>
167167
<ToolsetDependencies>
168-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25119.2">
168+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25120.6">
169169
<Uri>https://github.com/dotnet/arcade</Uri>
170-
<Sha>11f89f03a41eefcc60e278d0fc96b63b175e4527</Sha>
170+
<Sha>ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac</Sha>
171171
</Dependency>
172-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.25119.2">
172+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.25120.6">
173173
<Uri>https://github.com/dotnet/arcade</Uri>
174-
<Sha>11f89f03a41eefcc60e278d0fc96b63b175e4527</Sha>
174+
<Sha>ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac</Sha>
175175
</Dependency>
176-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25119.2">
176+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25120.6">
177177
<Uri>https://github.com/dotnet/arcade</Uri>
178-
<Sha>11f89f03a41eefcc60e278d0fc96b63b175e4527</Sha>
178+
<Sha>ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac</Sha>
179179
</Dependency>
180180
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="9.0.0-beta.24053.1">
181181
<Uri>https://github.com/dotnet/arcade</Uri>
182182
<Sha>f4e11a15c7b8a949d4a366e792a9843ff6e88cd5</Sha>
183183
</Dependency>
184-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.25119.2">
184+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.25120.6">
185185
<Uri>https://github.com/dotnet/arcade</Uri>
186-
<Sha>11f89f03a41eefcc60e278d0fc96b63b175e4527</Sha>
186+
<Sha>ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac</Sha>
187187
</Dependency>
188188
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="8.0.0-beta.23409.2">
189189
<Uri>https://github.com/dotnet/sourcelink</Uri>

eng/common/core-templates/job/publish-build-assets.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,11 @@ jobs:
7676
fetchDepth: 3
7777
clean: true
7878

79-
- task: DownloadBuildArtifacts@0
80-
displayName: Download artifact
79+
- task: DownloadPipelineArtifact@2
80+
displayName: Download Asset Manifests
8181
inputs:
8282
artifactName: AssetManifests
83-
downloadPath: '$(Build.StagingDirectory)/Download'
84-
checkDownloadedFiles: true
83+
targetPath: '$(Build.StagingDirectory)/AssetManifests'
8584
condition: ${{ parameters.condition }}
8685
continueOnError: ${{ parameters.continueOnError }}
8786

@@ -95,7 +94,7 @@ jobs:
9594
scriptLocation: scriptPath
9695
scriptPath: $(Build.SourcesDirectory)/eng/common/sdk-task.ps1
9796
arguments: -task PublishBuildAssets -restore -msbuildEngine dotnet
98-
/p:ManifestsPath='$(Build.StagingDirectory)/Download/AssetManifests'
97+
/p:ManifestsPath='$(Build.StagingDirectory)/AssetManifests'
9998
/p:MaestroApiEndpoint=https://maestro.dot.net
10099
/p:PublishUsingPipelines=${{ parameters.publishUsingPipelines }}
101100
/p:OfficialBuildId=$(Build.BuildNumber)

global.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
}
1212
},
1313
"msbuild-sdks": {
14-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25119.2",
15-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25119.2",
14+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25120.6",
15+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25120.6",
1616
"Microsoft.Build.NoTargets": "3.7.56"
1717
},
1818
"sdk": {

0 commit comments

Comments
 (0)