Skip to content

Commit 3c54ae9

Browse files
committed
run-windows instead of MSBuild
1 parent 6ad697e commit 3c54ae9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,7 @@ jobs:
5858
- name: Install Windows test app
5959
run: |
6060
yarn install-windows-test-app -p example/windows
61-
- name: Install NuGet packages
62-
run: |
63-
nuget restore
64-
working-directory: example/windows
6561
- name: Build
6662
run: |
67-
MSBuild -t:Rebuild -p:Configuration=Release -p:Platform=x64 -p:BundleEntryFile=index.ts AsyncStorageExample.sln
63+
yarn react-native run-windows --release --arch x64 --logging --no-packager --no-launch --no-deploy --no-telemetry
6864
working-directory: example/windows

0 commit comments

Comments
 (0)