Skip to content

Commit

Permalink
bundle build
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGuillemet committed Mar 27, 2024
1 parent a8d7ef1 commit ec37ccc
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,14 @@ jobs:
run: npm install
working-directory: ./Package

- name: NPM Windows Project
- name: NPM Generate Windows Project
run: npx install-windows-test-app
working-directory: ./Apps/BRNPlayground

- name: Build Windows Bundle
run: npm run build:windows
working-directory: ./Apps/BRNPlayground

# - name: Gulp build windows
# run: npx gulp buildUWPx64DebugRNTA
# working-directory: ./Package
Expand All @@ -102,9 +106,9 @@ jobs:
run: nuget restore BRNPlayground.sln
working-directory: ./Apps/BRNPlayground/windows

- name: Nuget restore
run: MSBuild /p:Platform="x64" /p:Configuration="Release" /t:Restore /m BRNPlayground.sln
working-directory: ./Apps/BRNPlayground/windows
# - name: Nuget restore
# 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
Expand Down

0 comments on commit ec37ccc

Please sign in to comment.