File tree Expand file tree Collapse file tree 5 files changed +15
-13
lines changed Expand file tree Collapse file tree 5 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 8
8
</Dependency >
9
9
</ProductDependencies >
10
10
<ToolsetDependencies >
11
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25171.1 " >
11
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25178.2 " >
12
12
<Uri >https://github.com/dotnet/arcade</Uri >
13
- <Sha >235443a5c1136571cacdfd40576f263f26bf5b9b </Sha >
13
+ <Sha >7d1967403f5b12406763c666f41e3358bb542ced </Sha >
14
14
</Dependency >
15
15
<!-- Intermediate is necessary for source build. -->
16
- <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 10.0.0-beta.25171.1 " >
16
+ <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 10.0.0-beta.25178.2 " >
17
17
<Uri >https://github.com/dotnet/arcade</Uri >
18
- <Sha >235443a5c1136571cacdfd40576f263f26bf5b9b </Sha >
18
+ <Sha >7d1967403f5b12406763c666f41e3358bb542ced </Sha >
19
19
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
20
20
</Dependency >
21
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 10.0.0-beta.25171.1 " >
21
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 10.0.0-beta.25178.2 " >
22
22
<Uri >https://github.com/dotnet/arcade</Uri >
23
- <Sha >235443a5c1136571cacdfd40576f263f26bf5b9b </Sha >
23
+ <Sha >7d1967403f5b12406763c666f41e3358bb542ced </Sha >
24
24
</Dependency >
25
- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Packaging" Version =" 10.0.0-beta.25171.1 " >
25
+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Packaging" Version =" 10.0.0-beta.25178.2 " >
26
26
<Uri >https://github.com/dotnet/arcade</Uri >
27
- <Sha >235443a5c1136571cacdfd40576f263f26bf5b9b </Sha >
27
+ <Sha >7d1967403f5b12406763c666f41e3358bb542ced </Sha >
28
28
</Dependency >
29
29
</ToolsetDependencies >
30
30
</Dependencies >
Original file line number Diff line number Diff line change 6
6
<PreReleaseVersionIteration >1</PreReleaseVersionIteration >
7
7
</PropertyGroup >
8
8
<PropertyGroup >
9
- <MicrosoftDotNetBuildTasksPackagingVersion >10.0.0-beta.25171.1 </MicrosoftDotNetBuildTasksPackagingVersion >
9
+ <MicrosoftDotNetBuildTasksPackagingVersion >10.0.0-beta.25178.2 </MicrosoftDotNetBuildTasksPackagingVersion >
10
10
</PropertyGroup >
11
11
</Project >
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ function Build {
132
132
/ p:PerformanceTest= $performanceTest `
133
133
/ p:Sign= $sign `
134
134
/ p:Publish= $publish `
135
+ / p:RestoreStaticGraphEnableBinaryLogger= $binaryLog `
135
136
@properties
136
137
}
137
138
@@ -171,4 +172,4 @@ catch {
171
172
ExitWithExitCode 1
172
173
}
173
174
174
- ExitWithExitCode 0
175
+ ExitWithExitCode 0
Original file line number Diff line number Diff line change @@ -250,6 +250,7 @@ function Build {
250
250
/p:PerformanceTest=$performance_test \
251
251
/p:Sign=$sign \
252
252
/p:Publish=$publish \
253
+ /p:RestoreStaticGraphEnableBinaryLogger=$binary_log \
253
254
$properties
254
255
255
256
ExitWithExitCode 0
@@ -267,4 +268,4 @@ if [[ "$restore" == true ]]; then
267
268
InitializeNativeTools
268
269
fi
269
270
270
- Build
271
+ Build
Original file line number Diff line number Diff line change 3
3
"dotnet" : " 10.0.100-preview.3.25167.3"
4
4
},
5
5
"msbuild-sdks" : {
6
- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25171.1 " ,
7
- "Microsoft.DotNet.Helix.Sdk" : " 10.0.0-beta.25171.1 " ,
6
+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25178.2 " ,
7
+ "Microsoft.DotNet.Helix.Sdk" : " 10.0.0-beta.25178.2 " ,
8
8
"Microsoft.Build.Traversal" : " 3.4.0"
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments