Question

PhoneGap Build affords the opportunity to build for various platforms "in the cloud"

Is something similar available with Visual Studio Online - can one develop Windows 8 apps, even when their local/client machine is Windows 7?

Était-ce utile?

La solution

Visual Studio Online is basically a source control repository, so no. https://stackoverflow.com/tags/visual-studio-online/info.

The key point would be build. You can build your app on Visual Studio Online (in the same way that TFS can do nightly builds), but you still need the Windows 8 SDK to develop the app, which means you need Windows 8.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top