File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 33 <ProductDependencies >
44 </ProductDependencies >
55 <ToolsetDependencies >
6- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25171.1 " >
6+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25178.2 " >
77 <Uri >https://github.com/dotnet/arcade</Uri >
8- <Sha >235443a5c1136571cacdfd40576f263f26bf5b9b </Sha >
8+ <Sha >7d1967403f5b12406763c666f41e3358bb542ced </Sha >
99 </Dependency >
1010 </ToolsetDependencies >
1111</Dependencies >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
268269fi
269270
270- Build
271+ Build
Original file line number Diff line number Diff line change 88 "dotnet" : " 10.0.100-preview.3.25167.3"
99 },
1010 "msbuild-sdks" : {
11- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25171.1 " ,
11+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25178.2 " ,
1212 "Microsoft.Build.NoTargets" : " 3.7.0" ,
1313 "Microsoft.Build.Traversal" : " 3.4.0"
1414 }
You can’t perform that action at this time.
0 commit comments