Version: 2018.4
Cómo empezar
Universal Windows Platform: Profiler

Universal Windows Platform: Deployment

How to deploy Universal Windows Application

  • Go to Build Settings and build your project to a folder

  • Una solución de Visual Studio será generada

  • Corriendo en una maquina local:
    • Make sure, that selected solution platform is x86 or x64 and Debug target is set to “Local machine”
    • Presione F5 o vaya a Debug -> Start debugging
  • Running on remote machine:
    • Si usted está desplegando a un dispositivo con arquitectura ARM, asegúrese de que el ARM sea seleccionado como Solution Platform
    • Comience Visual Studio Remote debugger (depurador remoto de Visual Studio) en una maquina remota
    • Vaya a Visual Studio project settings -> Debug
    • Configure el dispositivo objetivo a “Remote machine”
    • Find a remote machine in the list and select “Universal” authentication method
    • Presione F5 o vaya a Debug -> Start debugging
    • Note: If you cannot connect to a remote machine, make sure that Firewall does not block it
  • Corriendo en simulator:
    • Configure el Debug Target a “Simulator”
    • Presione F5 o vaya a Debug -> Start debugging

• 2017–05–16 Page amended with no editorial review

Cómo empezar
Universal Windows Platform: Profiler