An enumeration that describes how you would like your test build deployed to the console.
Push | Copy the build to the console in full and do not serve any files off my local machine. |
Pull | Serve files off a PC, copying the minimal set of files to the console. |
Package | Build the project as a package which is installed onto the console. |
PackageStreaming | Build the project as a package which is partially installed onto the console at first, and then has more chunks downloaded and installed while the game is running. |