diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index a2b1f7504..f89751a42 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -103,10 +103,14 @@ jobs: working-directory: ./Apps/BRNPlayground/windows - name: Nuget restore - run: MSBuild /t:Restore /m BRNPlayground.sln + run: MSBuild /p:Platform="x64" /p:Configuration="Release" /t:Restore /m BRNPlayground.sln working-directory: ./Apps/BRNPlayground/windows + + - name: Windows build BN + run: MSBuild /p:Platform="x64" /p:Configuration="Release" /m ReactNativeBabylon.sln + working-directory: ./Modules/@babylonjs/react-native/Build/uwp_x64 - - name: Windows build + - name: Windows build BRN run: MSBuild /p:Platform="x64" /p:Configuration="Release" /m BRNPlayground.sln working-directory: ./Apps/BRNPlayground/windows