diff --git a/GUT.Schedule/GUTSchedule.UWP/App.xaml b/GUT.Schedule/GUTSchedule.UWP/App.xaml
index 7c59486..c506ffc 100644
--- a/GUT.Schedule/GUTSchedule.UWP/App.xaml
+++ b/GUT.Schedule/GUTSchedule.UWP/App.xaml
@@ -20,5 +20,6 @@
#ff8000
+
\ No newline at end of file
diff --git a/GUT.Schedule/GUTSchedule.UWP/Pages/AboutPage.xaml b/GUT.Schedule/GUTSchedule.UWP/Pages/AboutPage.xaml
index 5cb776e..07d8d10 100644
--- a/GUT.Schedule/GUTSchedule.UWP/Pages/AboutPage.xaml
+++ b/GUT.Schedule/GUTSchedule.UWP/Pages/AboutPage.xaml
@@ -9,7 +9,7 @@
Loaded="Page_Loaded">
-
+
diff --git a/GUT.Schedule/GUTSchedule.UWP/Pages/MainPage.xaml b/GUT.Schedule/GUTSchedule.UWP/Pages/MainPage.xaml
index 8675b16..e486040 100644
--- a/GUT.Schedule/GUTSchedule.UWP/Pages/MainPage.xaml
+++ b/GUT.Schedule/GUTSchedule.UWP/Pages/MainPage.xaml
@@ -12,7 +12,7 @@
-
+
@@ -115,7 +115,7 @@
-
+
@@ -123,7 +123,7 @@
-
+
diff --git a/pipelines/validation.yml b/pipelines/validation.yml
index c708f09..96431ef 100644
--- a/pipelines/validation.yml
+++ b/pipelines/validation.yml
@@ -40,7 +40,7 @@ steps:
- task: VSBuild@1
displayName: 'Build UWP'
inputs:
- platform: '$(buildPlatform)'
+ platform: 'x64'
solution: '**/**.UWP.csproj'
configuration: '$(buildConfiguration)'
msbuildArgs: '/p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(outputDirectory)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload'
\ No newline at end of file