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

[ci] Update Maestro.targets #22689

Merged
merged 2 commits into from
May 29, 2024
Merged

[ci] Update Maestro.targets #22689

merged 2 commits into from
May 29, 2024

Conversation

rmarinho
Copy link
Member

Description of Change

Fix the version used when pushing to maestro

@rmarinho rmarinho requested a review from pjcollins May 28, 2024 17:37
@rmarinho rmarinho requested a review from a team as a code owner May 28, 2024 17:37
@rmarinho rmarinho requested review from Eilon and mattleibow May 28, 2024 17:37
@rmarinho rmarinho added the area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions label May 28, 2024
Redth
Redth previously approved these changes May 28, 2024
@@ -49,12 +49,12 @@
<MSBuild
Targets="Restore"
Projects="$(PkgMicrosoft_DotNet_Arcade_Sdk)\tools\SdkTasks\PublishBuildAssets.proj"
Properties="Configuration=$(Configuration);RepoRoot=$(MauiRootDirectory);VersionPrefix=$(_MauiDotNetVersion)"
Properties="Configuration=$(Configuration);RepoRoot=$(MauiRootDirectory);VersionPrefix=$(Version)"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we may need to set DependsOnTargets="SetVersions" on the PushManifestToBuildAssetRegistry target to make sure $(Version) has a value when this runs?

@rmarinho rmarinho merged commit 5ebf770 into main May 29, 2024
53 checks passed
@rmarinho rmarinho deleted the fix-maestro branch May 29, 2024 12:51
@github-actions github-actions bot locked and limited conversation to collaborators Jun 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions fixed-in-8.0.60 fixed-in-9.0.0-preview.5.24307.10
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants