File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Modules/@babylonjs/react-native-windows/windows/scripts Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -283,11 +283,11 @@ jobs:
283283 working-directory : ./Apps/BRNPlayground/windows
284284
285285 - name : Windows build BN
286- run : MSBuild /p:Platform="x64" /p:Configuration="Release" /m ReactNativeBabylon.sln
286+ run : MSBuild /p:Platform="x64" /p:Configuration="Release" /p:WindowsTargetPlatformVersion=10.0.19041.0 / m ReactNativeBabylon.sln
287287 working-directory : ./Modules/@babylonjs/react-native/Build/uwp_x64
288288
289289 - name : Windows build BRN
290- run : MSBuild /p:Platform="x64" /p:Configuration="Release" /m BRNPlayground.sln
290+ run : MSBuild /p:Platform="x64" /p:Configuration="Release" /p:WindowsTargetPlatformVersion=10.0.19041.0 / m BRNPlayground.sln
291291 working-directory : ./Apps/BRNPlayground/windows
292292
293293# Test packages
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ function Compile-Solution {
6565 )
6666
6767 $MSBuild = Get-MSBuildPath
68- & " $MSBuild " / p:Configuration= " $Configuration " / p:Platform= " $Platform " / m $Solution
68+ & " $MSBuild " / p:Configuration= " $Configuration " / p:Platform= " $Platform " / p:WindowsTargetPlatformVersion = 10.0 . 19041.0 / m $Solution
6969 if ($? -Eq $False ) {
7070 Write-Error " $Platform $Configuration Build failed."
7171 exit 1
You can’t perform that action at this time.
0 commit comments