You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Windows Application Packaging Project (myapp.Package) that wraps two apps, made by following this old official guide. It wraps:
a React Native Windows UWP app (myapp).
a Win32 app (AudioCapWinThirtyTwo).
I create release builds by right-clicking myapp.Package in Visual Studio and selecting Publish > Create App Packages..., as follows:
I would like to call this via the CLI in order to set up CI builds, but I have been unable to figure out what the corresponding CLI command would be.
For non-WAP projects, it sounds like the build command would normally be npx react-native run-windows --release. But I believe in the case of WAPs project like mine, that command would only build the UWP app. Am I mistaken?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a Windows Application Packaging Project (
myapp.Package
) that wraps two apps, made by following this old official guide. It wraps:myapp
).AudioCapWinThirtyTwo
).I create release builds by right-clicking
myapp.Package
in Visual Studio and selectingPublish > Create App Packages...
, as follows:I would like to call this via the CLI in order to set up CI builds, but I have been unable to figure out what the corresponding CLI command would be.
For non-WAP projects, it sounds like the build command would normally be
npx react-native run-windows --release
. But I believe in the case of WAPs project like mine, that command would only build the UWP app. Am I mistaken?Beta Was this translation helpful? Give feedback.
All reactions