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

Generalize the version update script, add support for LKG #11935

Merged
merged 1 commit into from
Jun 12, 2016

Conversation

tmat
Copy link
Member

@tmat tmat commented Jun 11, 2016

Adds file dependencies.xml which describes the package repositories our repo depends on and where to fetch their versions from.

To update all project.json files and version variables to the version all teams sync on we can now just run

csi build\scripts\update_dependencies.csx /lkg

@tmat
Copy link
Member Author

tmat commented Jun 11, 2016

FYI @cston @agocke @dotnet/roslyn-infrastructure
@MattGertz ASK mode PR -- infrastructure only

@tmat tmat added this to the 1.3 milestone Jun 11, 2016
Console.Error.WriteLine($"Unknown repo: {unknownRepo}");
Console.Error.WriteLine("Usage: fxupdate [/help] [/lkg]");
Console.Error.WriteLine();
Console.Error.WriteLine($"/lkg ... if specified the script uses the package versions specified in LKG_Packages.txt files in dotnet/versions repo");
Copy link
Member

Choose a reason for hiding this comment

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

Perhaps "/lkg\tuse versions in LKG_Packages.txt files in dotnet/versions (default: Latest_Packages.txt)"

@cston
Copy link
Member

cston commented Jun 11, 2016

LGTM. Thanks!

@tmat tmat merged commit 8abe2b9 into dotnet:stabilization Jun 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants