Skip to content

Commit

Permalink
try re-enabling --use-nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Mar 21, 2024
1 parent 4a139e0 commit d38826d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ jobs:
yarn build:windows
- name: Generate Visual Studio solution
run: |
yarn install-windows-test-app
yarn install-windows-test-app --use-nuget
working-directory: example
- name: Test `react-native config`
run: |
Expand Down Expand Up @@ -649,8 +649,8 @@ jobs:
yarn build:windows
- name: Generate Visual Studio solution
run: |
if ("${{ matrix.template }}" -eq "all") { yarn install-windows-test-app }
else { yarn install-windows-test-app --project-directory=. }
if ("${{ matrix.template }}" -eq "all") { yarn install-windows-test-app --use-nuget }
else { yarn install-windows-test-app --project-directory=. --use-nuget }
working-directory: template-example
- name: Determine whether the Windows app needs to be built
id: affected
Expand Down

0 comments on commit d38826d

Please sign in to comment.