Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Jan 19, 2021
1 parent b4fd3b6 commit bbb9f68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -351,3 +351,4 @@ MigrationBackup/

# Ionide (cross platform F# VS Code tools) working folder
.ionide/
/TurnipTracker.Functions/Properties/ServiceDependencies
2 changes: 1 addition & 1 deletion TurnipTracker/App.xaml.cs
Expand Up @@ -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}",
Expand Down

0 comments on commit bbb9f68

Please sign in to comment.