Skip to content

Commit

Permalink
back with use-nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGuillemet committed Mar 21, 2024
1 parent 1abe08c commit 06c8d09
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,15 @@ jobs:
run: npm install
working-directory: ./Package

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


- name: PATCH RNPermissions vcxproj
run: copy RNPermissions.vcxproj .\Apps\BRNPlayground\node_modules\react-native-permissions\windows\RNPermissions
working-directory: ./

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

# - name: Gulp build windows
# run: npx gulp buildUWPx64DebugRNTA
# working-directory: ./Package
Expand Down

0 comments on commit 06c8d09

Please sign in to comment.