From 78cc5cc15cd4ee30d3fafc6754fd465164b66680 Mon Sep 17 00:00:00 2001 From: Cedric Guillemet <1312968+CedricGuillemet@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:23:17 +0200 Subject: [PATCH] sdk version --- .github/workflows/pr.yml | 2 +- RNPermissions.vcxproj | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d7585ff3..2030e1ba 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -199,7 +199,7 @@ jobs: working-directory: ./Modules - name: CMake BabylonNative - 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 + 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 working-directory: ./Modules/@babylonjs/react-native/Build/uwp_${{ matrix.platform }} - name: Nuget restore diff --git a/RNPermissions.vcxproj b/RNPermissions.vcxproj index ab42d52e..6d2cec29 100644 --- a/RNPermissions.vcxproj +++ b/RNPermissions.vcxproj @@ -20,6 +20,7 @@ $([MSBuild]::GetDirectoryNameOfFileAbove($(SolutionDir), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\ + Debug