Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize our Tasks #134

Closed
pictos opened this issue May 11, 2023 · 0 comments · Fixed by #158
Closed

Optimize our Tasks #134

pictos opened this issue May 11, 2023 · 0 comments · Fixed by #158
Assignees
Labels
kind/bug Something isn't working

Comments

@pictos
Copy link
Contributor

pictos commented May 11, 2023

After Uno.Resizetizer releases we found some bad behavior on our MSBuild tasks, some of them didn't run when they should, and it causes some issues like missing splashScreen or app icons. To fix that we should re-organize our Targets and Tasks in a way that they will run more efficiently.

Some things to keep in mind:

  • Any task that creates images should only run when input/outputs change
  • Any task that modifies project properties (including adding files to the package) should always run

 

@pictos pictos added kind/enhancement New feature or request. triage/untriaged Indicates an issue requires triaging or verification. labels May 11, 2023
@nickrandolph nickrandolph added kind/bug Something isn't working and removed kind/enhancement New feature or request. triage/untriaged Indicates an issue requires triaging or verification. labels May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants