Skip to content

Commit 99f9001

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250327.3 (#10663)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25175.4 -> To Version 10.0.0-beta.25177.3 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 345eae5 commit 99f9001

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
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.25175.4">
168+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25177.3">
169169
<Uri>https://github.com/dotnet/arcade</Uri>
170-
<Sha>1560b3406a8ebf9e267f7a1dddbf5238dd378081</Sha>
170+
<Sha>d66a7cfe1bad9e444b94b8a2a2676f60be07173c</Sha>
171171
</Dependency>
172-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.25175.4">
172+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.25177.3">
173173
<Uri>https://github.com/dotnet/arcade</Uri>
174-
<Sha>1560b3406a8ebf9e267f7a1dddbf5238dd378081</Sha>
174+
<Sha>d66a7cfe1bad9e444b94b8a2a2676f60be07173c</Sha>
175175
</Dependency>
176-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25175.4">
176+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25177.3">
177177
<Uri>https://github.com/dotnet/arcade</Uri>
178-
<Sha>1560b3406a8ebf9e267f7a1dddbf5238dd378081</Sha>
178+
<Sha>d66a7cfe1bad9e444b94b8a2a2676f60be07173c</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.25175.4">
184+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.25177.3">
185185
<Uri>https://github.com/dotnet/arcade</Uri>
186-
<Sha>1560b3406a8ebf9e267f7a1dddbf5238dd378081</Sha>
186+
<Sha>d66a7cfe1bad9e444b94b8a2a2676f60be07173c</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/build.ps1

+2-1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ function Build {
132132
/p:PerformanceTest=$performanceTest `
133133
/p:Sign=$sign `
134134
/p:Publish=$publish `
135+
/p:RestoreStaticGraphEnableBinaryLogger=$binaryLog `
135136
@properties
136137
}
137138

@@ -171,4 +172,4 @@ catch {
171172
ExitWithExitCode 1
172173
}
173174

174-
ExitWithExitCode 0
175+
ExitWithExitCode 0

eng/common/build.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ function Build {
250250
/p:PerformanceTest=$performance_test \
251251
/p:Sign=$sign \
252252
/p:Publish=$publish \
253+
/p:RestoreStaticGraphEnableBinaryLogger=$binary_log \
253254
$properties
254255

255256
ExitWithExitCode 0
@@ -267,4 +268,4 @@ if [[ "$restore" == true ]]; then
267268
InitializeNativeTools
268269
fi
269270

270-
Build
271+
Build

global.json

+2-2
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.25175.4",
18-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25175.4",
17+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25177.3",
18+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25177.3",
1919
"Microsoft.Build.NoTargets": "3.7.56"
2020
},
2121
"sdk": {

0 commit comments

Comments
 (0)