Skip to content

Commit 4cdb64f

Browse files
[main] Update dependencies from dotnet/arcade (#10552)
* Update dependencies from https://github.com/dotnet/arcade build 20250310.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25157.1 -> To Version 10.0.0-beta.25160.4 * Update dependencies from https://github.com/dotnet/arcade build 20250311.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25157.1 -> To Version 10.0.0-beta.25161.2 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 9a24880 commit 4cdb64f

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
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.25157.1">
168+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25161.2">
169169
<Uri>https://github.com/dotnet/arcade</Uri>
170-
<Sha>1ec6078c26e4a60b77d8fe64881491cd28335a08</Sha>
170+
<Sha>dbb4142ebc34d0a4b9f26136f86065c037dc4b80</Sha>
171171
</Dependency>
172-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.25157.1">
172+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.25161.2">
173173
<Uri>https://github.com/dotnet/arcade</Uri>
174-
<Sha>1ec6078c26e4a60b77d8fe64881491cd28335a08</Sha>
174+
<Sha>dbb4142ebc34d0a4b9f26136f86065c037dc4b80</Sha>
175175
</Dependency>
176-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25157.1">
176+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25161.2">
177177
<Uri>https://github.com/dotnet/arcade</Uri>
178-
<Sha>1ec6078c26e4a60b77d8fe64881491cd28335a08</Sha>
178+
<Sha>dbb4142ebc34d0a4b9f26136f86065c037dc4b80</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.25157.1">
184+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.25161.2">
185185
<Uri>https://github.com/dotnet/arcade</Uri>
186-
<Sha>1ec6078c26e4a60b77d8fe64881491cd28335a08</Sha>
186+
<Sha>dbb4142ebc34d0a4b9f26136f86065c037dc4b80</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/native/install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ case "$os" in
4545
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
4646
# Skip brew update for now, see https://github.com/actions/setup-python/issues/577
4747
# brew update --preinstall
48-
brew bundle --no-upgrade --no-lock --file=- <<EOF
48+
brew bundle --no-upgrade --file=- <<EOF
4949
brew "cmake"
5050
brew "icu4c"
5151
brew "openssl@3"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
displayName: Publish Logs
4747
PathtoPublish: '$(Build.ArtifactStagingDirectory)/artifacts/log/$(_BuildConfig)'
4848
publishLocation: Container
49-
ArtifactName: ${{ coalesce(parameters.enablePublishBuildArtifacts.artifactName, '$(Agent.Os)_$(Agent.JobName)' ) }}
49+
ArtifactName: ${{ coalesce(parameters.enablePublishBuildArtifacts.artifactName, '$(Agent.Os)_$(Agent.JobName)_Attempt$(System.JobAttempt)' ) }}
5050
continueOnError: true
5151
condition: always()
5252
sbomEnabled: false # we don't need SBOM for logs

eng/common/templates/job/job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
displayName: Publish Logs
6767
pathToPublish: '$(Build.ArtifactStagingDirectory)/artifacts/log/$(_BuildConfig)'
6868
publishLocation: Container
69-
artifactName: ${{ coalesce(parameters.enablePublishBuildArtifacts.artifactName, '$(Agent.Os)_$(Agent.JobName)' ) }}
69+
artifactName: ${{ coalesce(parameters.enablePublishBuildArtifacts.artifactName, '$(Agent.Os)_$(Agent.JobName)_Attempt$(System.JobAttempt)' ) }}
7070
continueOnError: true
7171
condition: always()
7272

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
}
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25157.1",
18-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25157.1",
17+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25161.2",
18+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25161.2",
1919
"Microsoft.Build.NoTargets": "3.7.56"
2020
},
2121
"sdk": {

0 commit comments

Comments
 (0)