尝试使用 AppVeyor 构建通用 Windows 平台 (UWP) 应用程序时出现此 MsBuild 错误:
C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(2048,5):错误 MSB3774:找不到 SDK“Microsoft.AdMediator.Universal,Version=1.0”。[C:\projects\santasegameengine\Source\UI\Santase.UI.WindowsUniversal\Santase.UI.WindowsUniversal.csproj] C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(2048 ,5):错误 MSB3774:找不到 SDK“Microsoft.Advertising.Xaml,Version=10.0”。[C:\projects\santasegameengine\Source\UI\Santase.UI.WindowsUniversal\Santase.UI.WindowsUniversal.csproj]
这是完整的构建日志:https ://ci.appveyor.com/project/NikolayIT/santasegameengine/build/1.0.252
这是 GitHub 中应用程序的源代码:https ://github.com/NikolayIT/SantaseGameEngine/tree/master/Source/UI/Santase.UI.WindowsUniversal
我该如何解决这样的错误?