diff --git a/.gitignore b/.gitignore index e645270..6ca2fef 100644 --- a/.gitignore +++ b/.gitignore @@ -351,3 +351,4 @@ MigrationBackup/ # Ionide (cross platform F# VS Code tools) working folder .ionide/ +/TurnipTracker.Functions/Properties/ServiceDependencies diff --git a/TurnipTracker/App.xaml.cs b/TurnipTracker/App.xaml.cs index b269995..b98d305 100644 --- a/TurnipTracker/App.xaml.cs +++ b/TurnipTracker/App.xaml.cs @@ -95,7 +95,7 @@ protected override void OnStart() { if (!IsStore) { - Distribute.UpdateTrack = UpdateTrack.Private; + //Distribute.UpdateTrack = UpdateTrack.Private; AppCenter.Start($"ios={AppCenteriOS};" + $"android={AppCenterAndroid};" + $"uwp={AppCenterUWP}",