We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad697e commit 3c54ae9Copy full SHA for 3c54ae9
.github/workflows/ci.yml
@@ -58,11 +58,7 @@ jobs:
58
- name: Install Windows test app
59
run: |
60
yarn install-windows-test-app -p example/windows
61
- - name: Install NuGet packages
62
- run: |
63
- nuget restore
64
- working-directory: example/windows
65
- name: Build
66
67
- MSBuild -t:Rebuild -p:Configuration=Release -p:Platform=x64 -p:BundleEntryFile=index.ts AsyncStorageExample.sln
+ yarn react-native run-windows --release --arch x64 --logging --no-packager --no-launch --no-deploy --no-telemetry
68
working-directory: example/windows
0 commit comments