Skip to content

Commit

Permalink
BN build
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGuillemet committed Mar 20, 2024
1 parent 34e5aa4 commit bf2b8d3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bf2b8d3

Please sign in to comment.