Skip to content

Commit e9cee73

Browse files
committed
specify BundleEntryFile for Windows
1 parent 7f67954 commit e9cee73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ jobs:
6464
working-directory: example/windows
6565
- name: Build
6666
run: |
67-
MSBuild -t:Rebuild -p:Configuration=Release -p:Platform=x64 ReactTestApp.sln
67+
MSBuild -t:Rebuild -p:Configuration=Release -p:Platform=x64 -p:BundleEntryFile=index.tsx ReactTestApp.sln
6868
working-directory: example/windows

0 commit comments

Comments
 (0)