File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ jobs:
199199 working-directory : ./Modules
200200
201201 - name : CMake BabylonNative
202- run : cmake -D CMAKE_SYSTEM_NAME=WindowsStore -A ${{ matrix.platform == 'x86' && 'win32' || matrix.platform}} ${{ matrix.basekit == '-BaseKit' && '-DBASEKIT_BUILD=1' || matrix.basekit}} ./../../../react-native-windows/windows
202+ run : cmake -D CMAKE_SYSTEM_NAME=WindowsStore -D CMAKE_SYSTEM_VERSION=10.0.22621.0 -DCMAKE_UNITY_BUILD=true -D CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM=10.0.22621.0 - A ${{ matrix.platform == 'x86' && 'win32' || matrix.platform}} ${{ matrix.basekit == '-BaseKit' && '-DBASEKIT_BUILD=1' || matrix.basekit}} ./../../../react-native-windows/windows
203203 working-directory : ./Modules/@babylonjs/react-native/Build/uwp_${{ matrix.platform }}
204204
205205 - name : Nuget restore
Original file line number Diff line number Diff line change 2020 <PropertyGroup Label =" ReactNativeWindowsProps" >
2121 <ReactNativeWindowsDir Condition =" '$(ReactNativeWindowsDir)' == ''" >$([MSBuild]::GetDirectoryNameOfFileAbove($(SolutionDir), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\</ReactNativeWindowsDir >
2222 </PropertyGroup >
23+ <Import Project =" $(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.WindowsSdk.Default.props" Condition =" Exists('$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.WindowsSdk.Default.props')" />
2324 <ItemGroup Label =" ProjectConfigurations" >
2425 <ProjectConfiguration Include =" Debug|ARM" >
2526 <Configuration >Debug</Configuration >
You can’t perform that action at this time.
0 commit comments