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

[🔥HotFix] Fixed the git hash used #186

Merged
merged 2 commits into from
Oct 19, 2023
Merged

[🔥HotFix] Fixed the git hash used #186

merged 2 commits into from
Oct 19, 2023

Conversation

pictos
Copy link
Contributor

@pictos pictos commented Oct 19, 2023

So, you may notice that we decore some MSBuild tasks with the v_0 suffix, this is intended to be changed, during the build, to the commit hash, in order to avoid confusion with different Uno.Resizetizer packages in the nuget cache. This appears in the first place when you have the Uno.Resizetizer 1.2.0-dev.39 and update to 1.2.0-dev.76, will break the build, because there's a breaking change on the task, and the compiler will try to use the old version.

The issue was that our CI was using the wrong variable to replace the v_0 and now using the correct one should fix it and make the world happy again. The good news is the git keeps generating different hashes for commits, so no apocalypse so far.

@pictos pictos force-pushed the pj/fix-id-collision branch from ac757bd to 373806a Compare October 19, 2023 18:45
@jeromelaban
Copy link
Member

🚀

@pictos pictos force-pushed the pj/fix-id-collision branch from 9ba1d2e to 4b70248 Compare October 19, 2023 21:09
@pictos pictos merged commit 552eeb6 into main Oct 19, 2023
5 checks passed
@pictos pictos deleted the pj/fix-id-collision branch October 19, 2023 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants