File tree Expand file tree Collapse file tree 5 files changed +13
-11
lines changed
Expand file tree Collapse file tree 5 files changed +13
-11
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 >
10- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 10.0.0-beta.25171.1 " >
10+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 10.0.0-beta.25178.2 " >
1111 <Uri >https://github.com/dotnet/arcade</Uri >
12- <Sha >235443a5c1136571cacdfd40576f263f26bf5b9b </Sha >
12+ <Sha >7d1967403f5b12406763c666f41e3358bb542ced </Sha >
1313 </Dependency >
14- <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 10.0.0-beta.25171.1 " >
14+ <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 10.0.0-beta.25178.2 " >
1515 <Uri >https://github.com/dotnet/arcade</Uri >
16- <Sha >235443a5c1136571cacdfd40576f263f26bf5b9b </Sha >
16+ <Sha >7d1967403f5b12406763c666f41e3358bb542ced </Sha >
1717 </Dependency >
1818 </ToolsetDependencies >
1919</Dependencies >
Original file line number Diff line number Diff line change 1515 <SystemIOHashingVersion >8.0.0</SystemIOHashingVersion >
1616 <MicrosoftAspNetCoreTestHostVersion >6.0.36</MicrosoftAspNetCoreTestHostVersion >
1717 <MicrosoftCrankEventSourcesVersion >0.2.0-alpha.24576.2</MicrosoftCrankEventSourcesVersion >
18- <MicrosoftDotNetXUnitExtensionsPackageVersion >10.0.0-beta.25171.1 </MicrosoftDotNetXUnitExtensionsPackageVersion >
18+ <MicrosoftDotNetXUnitExtensionsPackageVersion >10.0.0-beta.25178.2 </MicrosoftDotNetXUnitExtensionsPackageVersion >
1919 <CoverletCollectorVersion >6.0.0</CoverletCollectorVersion >
2020 <MoqVersion >4.18.4</MoqVersion >
2121 <AutofacVersion >4.9.4</AutofacVersion >
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 1616 }
1717 },
1818 "msbuild-sdks" : {
19- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25171.1 " ,
20- "Microsoft.DotNet.Helix.Sdk" : " 10.0.0-beta.25171.1 "
19+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25178.2 " ,
20+ "Microsoft.DotNet.Helix.Sdk" : " 10.0.0-beta.25178.2 "
2121 }
2222}
You can’t perform that action at this time.
0 commit comments