Merge pull request #586 from akvelon/fix/uwp-test

Fix UWP test compilation
This commit is contained in:
Guillaume Perrot 2018-01-29 11:34:27 -08:00 коммит произвёл GitHub
Родитель 2b3f1eceaf 91f50384d4
Коммит f7631d1f33
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -44,7 +44,7 @@ namespace Microsoft.AppCenter.Test.UWP
[TestMethod]
public void VerifyPlatformId()
{
CoreApplication.MainView.Dispatcher.RunAsync(Windows.UI.Core.CoreDispatcherPriority.Normal, () =>
CoreApplication.MainView.Dispatcher.RunAsync(global::Windows.UI.Core.CoreDispatcherPriority.Normal, () =>
{
AppCenter.Configure("uwp=appsecret");
}).AsTask().GetAwaiter().GetResult();