I am following this article: https://msdn.microsoft.com/en-us/windows/uwp/packaging/install-universal-windows-apps-with-the-winappdeploycmd-tool to sideload an app on a phone.
I am having trouble understanding what is meant by .appx file.
WinAppDeployCmd install -file "Downloads\MyApp.appx" -ip 192.168.0.1 -pin A1B2C3
I creqate dhte app package but searching the app folder for .appx files does not yield "myapp".appx.
Thank you.