I am trying to build a Windows 10 Universal app using a local VSOAgent on a Windows 10 machine that has Visual Studio 2015 installed, but get the following errors when the build runs from VSO:
- ##[error]UniversalAppTest\UniversalAppTest\UniversalAppTest.csproj(0,0): Error WMC1006: Cannot resolve Assembly or Windows Metadata file 'System.Runtime.dll'
- XamlCompiler error WMC1006: Cannot resolve Assembly or Windows Metadata file 'System.Runtime.dll'
##[error]C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v14.0\8.2\Microsoft.Windows.UI.Xaml.Common.targets(263,5): Error WMC9999: Type universe cannot resolve assembly: System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a.
As I say, VS2015 is installed so therefore the Windows 10 SDK is installed but looking at the system capabilities of the agent the Windows Kit and WindowsSdk capabilities all refer to Windows 8.1 (see image below).
Are Windows 10 universal apps supported at the moment and if so how do I configure a VSOAgent to build them?