File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 14
14
<SourceBuild RepoName =" source-build-reference-packages" ManagedOnly =" true" />
15
15
</Dependency >
16
16
<!-- Intermediate is necessary for source build. -->
17
- <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 10.0.0-beta.24510 .1" >
17
+ <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 10.0.0-beta.24511 .1" >
18
18
<Uri >https://github.com/dotnet/arcade</Uri >
19
- <Sha >380002a14775d7f68f098c7e6b7d1c3638bd4c5d </Sha >
19
+ <Sha >712dea25b14a59fe642f2d28e8a3f3c931c03759 </Sha >
20
20
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
21
21
</Dependency >
22
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.24510 .1" >
22
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.24511 .1" >
23
23
<Uri >https://github.com/dotnet/arcade</Uri >
24
- <Sha >380002a14775d7f68f098c7e6b7d1c3638bd4c5d </Sha >
24
+ <Sha >712dea25b14a59fe642f2d28e8a3f3c931c03759 </Sha >
25
25
</Dependency >
26
26
<Dependency Name =" Microsoft.DotNet.GenAPI.Task" Version =" 9.0.100-rtm.24512.1" >
27
27
<Uri >https://github.com/dotnet/sdk</Uri >
Original file line number Diff line number Diff line change @@ -231,7 +231,6 @@ function Build {
231
231
/p:Restore=$restore \
232
232
/p:Build=$build \
233
233
/p:DotNetBuildRepo=$product_build \
234
- /p:ArcadeBuildFromSource=$source_build \
235
234
/p:DotNetBuildSourceOnly=$source_build \
236
235
/p:Rebuild=$rebuild \
237
236
/p:Test=$test \
Original file line number Diff line number Diff line change 86
86
$runtimeOsArgs \
87
87
$baseOsArgs \
88
88
/p:SourceBuildNonPortable=${{ parameters.platform.nonPortable }} \
89
- /p:ArcadeBuildFromSource=true \
90
89
/p:DotNetBuildSourceOnly=true \
91
90
/p:DotNetBuildRepo=true \
92
91
/p:AssetManifestFileName=$assetManifestFileName
Original file line number Diff line number Diff line change 3
3
"dotnet" : " 9.0.100-rc.2.24474.11"
4
4
},
5
5
"msbuild-sdks" : {
6
- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.24510 .1" ,
6
+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.24511 .1" ,
7
7
"Microsoft.Build.NoTargets" : " 3.7.0"
8
8
}
9
9
}
You can’t perform that action at this time.
0 commit comments