我正在試圖用AppVeyor建立我的通用Windows平臺(UWP)應用程序時,這個錯誤的MSBuild:AppVeyor生成錯誤MSB3774:找不到SDK 「Microsoft.AdMediator.Universal」
C:\ PROGRAM文件(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:\項目\ santasegameengine \來源\ 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
我該如何解決這樣的錯誤?