Skip to content

Commit

Permalink
fix: fix PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
carlh98 committed Dec 15, 2023
1 parent f052215 commit 855e6dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
Prefix your items with `(Template)` if the change is about the template and not the resulting application.

## 3.0.X
- Updated to Uno 5
- Updated to Uno 5.

## 2.2.X
- Added hooks for default analytics (page views and command invocations).
Expand Down
2 changes: 1 addition & 1 deletion build/templates/dotnet-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ steps:
- powershell: |
& dotnet tool update --global uno.check --version ${{ parameters.UnoCheck_Version }} --add-source https://api.nuget.org/v3/index.json
& uno-check -v --ci --non-interactive --fix --skip xcode --skip gtk3 --skip vswin --skip vsmac --skip androidsdk --skip androidemulator --manifest ${{ parameters.UnoCheck_Manifest }}
displayName: Install .NET Workloads | Uno-check
displayName: Install .NET Workloads | Uno Check
errorActionPreference: continue
ignoreLASTEXITCODE: true
retryCountOnTaskFailure: 3
4 changes: 2 additions & 2 deletions src/app/ApplicationTemplate.Shared.Views/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ private void InitializeAndStart()
Startup.ShellActivity.Stop();
}

//-:cnd:noEmit
//-:cnd:noEmit
#if __MOBILE__
CurrentWindow.Activate();
#endif
//+:cnd:noEmit
//+:cnd:noEmit

#if DEBUG
CurrentWindow.EnableHotReload();
Expand Down

0 comments on commit 855e6dc

Please sign in to comment.