diff --git a/build/canary-updater.yml b/build/canary-updater.yml index 9e4f643..b94625e 100644 --- a/build/canary-updater.yml +++ b/build/canary-updater.yml @@ -1,7 +1,7 @@ steps: - - task: nventiveCanaryUpdater@5 + - task: unoplatformCanaryUpdater@1 displayName: 'Canary Update' condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/canaries/dev') inputs: @@ -9,5 +9,5 @@ steps: branchToMerge: master summaryFile: '$(Build.ArtifactStagingDirectory)/Canary.md' resultFile: '$(Build.ArtifactStagingDirectory)/result.json' - nugetUpdaterVersion: 2.3.0-alpha.46 - packageAuthor: 'nventive,unoplatform,uno platform' + nugetUpdaterVersion: 1.1.0 + packageAuthor: 'unoplatform,uno platform' diff --git a/src/Uno.Playground.Shared/App.xaml.cs b/src/Uno.Playground.Shared/App.xaml.cs index 6498a51..e54235e 100644 --- a/src/Uno.Playground.Shared/App.xaml.cs +++ b/src/Uno.Playground.Shared/App.xaml.cs @@ -38,6 +38,8 @@ public App() { InitializeLogging(); + global::Uno.UI.FeatureConfiguration.Font.DefaultTextFontFamily = "ms-appx:///Uno.Fonts.OpenSans/Fonts/OpenSans.ttf"; + this.InitializeComponent(); this.Suspending += OnSuspending; } diff --git a/src/Uno.Playground.WASM/Uno.Playground.WASM.csproj b/src/Uno.Playground.WASM/Uno.Playground.WASM.csproj index 81d0890..2d5f51b 100644 --- a/src/Uno.Playground.WASM/Uno.Playground.WASM.csproj +++ b/src/Uno.Playground.WASM/Uno.Playground.WASM.csproj @@ -1,4 +1,4 @@ - + Exe @@ -64,7 +64,7 @@ -