File tree Expand file tree Collapse file tree 6 files changed +26
-13
lines changed
src/SiteExtensions/Runtime Expand file tree Collapse file tree 6 files changed +26
-13
lines changed Original file line number Diff line number Diff line change 280
280
<Uri >https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri >
281
281
<Sha >943474ca16db7c65ba6cff4a89c3ebd219dde3e5</Sha >
282
282
</Dependency >
283
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 6.0.0-beta.22561.1 " >
283
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 6.0.0-beta.23060.6 " >
284
284
<Uri >https://github.com/dotnet/arcade</Uri >
285
- <Sha >0967701e5527a1be21d9473821077c3f4be7f9dc </Sha >
285
+ <Sha >74b7648c106865057c78ca1e4b2ffcb5e9bce071 </Sha >
286
286
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
287
287
</Dependency >
288
- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Installers" Version =" 6.0.0-beta.22561.1 " >
288
+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Installers" Version =" 6.0.0-beta.23060.6 " >
289
289
<Uri >https://github.com/dotnet/arcade</Uri >
290
- <Sha >0967701e5527a1be21d9473821077c3f4be7f9dc </Sha >
290
+ <Sha >74b7648c106865057c78ca1e4b2ffcb5e9bce071 </Sha >
291
291
</Dependency >
292
- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Templating" Version =" 6.0.0-beta.22561.1 " >
292
+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Templating" Version =" 6.0.0-beta.23060.6 " >
293
293
<Uri >https://github.com/dotnet/arcade</Uri >
294
- <Sha >0967701e5527a1be21d9473821077c3f4be7f9dc </Sha >
294
+ <Sha >74b7648c106865057c78ca1e4b2ffcb5e9bce071 </Sha >
295
295
</Dependency >
296
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 6.0.0-beta.22561.1 " >
296
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 6.0.0-beta.23060.6 " >
297
297
<Uri >https://github.com/dotnet/arcade</Uri >
298
- <Sha >0967701e5527a1be21d9473821077c3f4be7f9dc </Sha >
298
+ <Sha >74b7648c106865057c78ca1e4b2ffcb5e9bce071 </Sha >
299
299
</Dependency >
300
300
</ToolsetDependencies >
301
301
</Dependencies >
Original file line number Diff line number Diff line change 131
131
<MicrosoftEntityFrameworkCoreVersion >6.0.14</MicrosoftEntityFrameworkCoreVersion >
132
132
<MicrosoftEntityFrameworkCoreDesignVersion >6.0.14</MicrosoftEntityFrameworkCoreDesignVersion >
133
133
<!-- Packages from dotnet/arcade -->
134
- <MicrosoftDotNetBuildTasksInstallersVersion >6.0.0-beta.22561.1 </MicrosoftDotNetBuildTasksInstallersVersion >
135
- <MicrosoftDotNetBuildTasksTemplatingVersion >6.0.0-beta.22561.1 </MicrosoftDotNetBuildTasksTemplatingVersion >
134
+ <MicrosoftDotNetBuildTasksInstallersVersion >6.0.0-beta.23060.6 </MicrosoftDotNetBuildTasksInstallersVersion >
135
+ <MicrosoftDotNetBuildTasksTemplatingVersion >6.0.0-beta.23060.6 </MicrosoftDotNetBuildTasksTemplatingVersion >
136
136
</PropertyGroup >
137
137
<!--
138
138
Original file line number Diff line number Diff line change 1
1
set (CROSS_ROOTFS $ENV{ROOTFS_DIR} )
2
2
3
+ # reset platform variables (e.g. cmake 3.25 sets LINUX=1)
4
+ unset (LINUX )
5
+ unset (FREEBSD )
6
+ unset (ILLUMOS )
7
+ unset (ANDROID )
8
+ unset (TIZEN )
9
+
3
10
set (TARGET_ARCH_NAME $ENV{TARGET_BUILD_ARCH} )
4
11
if (EXISTS ${CROSS_ROOTFS} /bin/freebsd-version )
5
12
set (CMAKE_SYSTEM_NAME FreeBSD )
Original file line number Diff line number Diff line change @@ -63,6 +63,11 @@ steps:
63
63
targetRidArgs='/p:TargetRid=${{ parameters.platform.targetRID }}'
64
64
fi
65
65
66
+ runtimeOsArgs=
67
+ if [ '${{ parameters.platform.runtimeOS }}' != '' ]; then
68
+ runtimeOsArgs='/p:RuntimeOS=${{ parameters.platform.runtimeOS }}'
69
+ fi
70
+
66
71
publishArgs=
67
72
if [ '${{ parameters.platform.skipPublishValidation }}' != 'true' ]; then
68
73
publishArgs='--publish'
75
80
$internalRuntimeDownloadArgs \
76
81
$internalRestoreArgs \
77
82
$targetRidArgs \
83
+ $runtimeOsArgs \
78
84
/p:SourceBuildNonPortable=${{ parameters.platform.nonPortable }} \
79
85
/p:ArcadeBuildFromSource=true
80
86
displayName : Build
Original file line number Diff line number Diff line change 29
29
},
30
30
"msbuild-sdks" : {
31
31
"Yarn.MSBuild" : " 1.22.10" ,
32
- "Microsoft.DotNet.Arcade.Sdk" : " 6.0.0-beta.22561.1 " ,
33
- "Microsoft.DotNet.Helix.Sdk" : " 6.0.0-beta.22561.1 "
32
+ "Microsoft.DotNet.Arcade.Sdk" : " 6.0.0-beta.23060.6 " ,
33
+ "Microsoft.DotNet.Helix.Sdk" : " 6.0.0-beta.23060.6 "
34
34
}
35
35
}
Original file line number Diff line number Diff line change 42
42
43
43
<Target Name =" ResolveReferenceItemsForPackage" DependsOnTargets =" ResolveReferences" BeforeTargets =" _GetPackageFiles" >
44
44
<ItemGroup >
45
- <Content Include =" $(DotNetUnpackFolder)\**\*.*" Exclude =" $(DotNetUnpackFolder)\**\.*" Condition = " $(DotNetAssetRootUrl) != '' " PackagePath =" content\%(RecursiveDir)" />
45
+ <Content Include =" $(DotNetUnpackFolder)\**\*.*" Exclude =" $(DotNetUnpackFolder)\**\.*" PackagePath =" content\%(RecursiveDir)" />
46
46
<Content Include =" %(ShimComponents.DllLocation)"
47
47
Pack =" true"
48
48
Condition =" '%(ShimComponents.Platform)' == '$(TargetArchitecture)'"
You can’t perform that action at this time.
0 commit comments