Skip to content

Obsolete RepositoryRoot property, replace with RepoRoot #975

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

Merged
merged 1 commit into from
May 15, 2019

Conversation

natemcmaster
Copy link
Contributor

Part of dotnet/aspnetcore#7280 - Arcade uses RepoRoot, not RepositoryRoot, to mean the same thing. This upgrades code to use RepoRoot. RepositoryRoot is still defined to the same value for any old targets or repos still using this property.

@natemcmaster natemcmaster requested a review from a team as a code owner May 14, 2019 22:50
@natemcmaster
Copy link
Contributor Author

One merged, I will open a PR to aspnet/AspNetCore to complete the rename.

@natemcmaster natemcmaster requested a review from JunTaoLuo May 14, 2019 22:55
<ArtifactsDir>$([MSBuild]::NormalizeDirectory('$(RepositoryRoot)'))artifacts\</ArtifactsDir>
<RepoRoot Condition="'$(RepoRoot)' == ''">$(MSBuildStartupDirectory)</RepoRoot>
<RepoRoot>$([MSBuild]::NormalizeDirectory('$(RepoRoot)'))</RepoRoot>
<!-- Older targets using KoreBuild use RepositoryRoot. Update to use RepoRoot whenever possible as a part of migrating to Arcade. -->
Copy link
Contributor

Choose a reason for hiding this comment

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

"Older targets" where exactly? In this repo still or in aspnet/AspNetCore for a very short time?

Suggest adding some more info to this comment unless the older targets won't exist in a couple of days.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This project is still open source so anyone could be using KoreBuild. At least a few teams at Microsoft are still using KoreBuild and I don't want to completely break them. Eventually we will completely retire KoreBuild because we only care about supporting the AspNetCore repo.

@natemcmaster natemcmaster merged commit ec244ea into aspnet:master May 15, 2019
@natemcmaster natemcmaster deleted the reporoot branch May 15, 2019 16:00
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