Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Rename kpm commands #1037

Closed
wants to merge 6 commits into from
Closed

Rename kpm commands #1037

wants to merge 6 commits into from

Conversation

ChengTian
Copy link
Contributor

parent #967

Follow-up reaction: #1035

Impacted units: Tooling, test scripts, build scripts, wiki pages

@Praburaj
Copy link
Contributor

Praburaj commented Jan 7, 2015

Just a note : https://github.com/aspnet/MusicStore/blob/dev/test/E2ETests/Common/DeploymentUtility.cs#L313 needs to change as well with this change.

{
c.Description = "Build NuGet packages for the project in given directory";
c.Description = "Pack NuGet packages for the project in given directory";
Copy link
Member

Choose a reason for hiding this comment

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

Build is still a better verb to use.

@ChengTian
Copy link
Contributor Author

Changed script names in the latest commit:
packExclude -> bundleExclude
prepack -> prebundle
postpack -> postbundle
prebuild -> prepack
postbuild -> postpack

We also have prebuild and postbuild that serves for assembly-only scenarios.

@@ -142,7 +142,7 @@ public int Main(string[] args)
});
});

app.Command("build", c =>
app.Command("pack", c =>
{
c.Description = "Build NuGet packages for the project in given directory";
Copy link
Member

Choose a reason for hiding this comment

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

? "Produce NuGet packages..."

@dougbu
Copy link
Member

dougbu commented Jan 13, 2015

:shipit: from my perspective but I did not check thoroughly enough to be the primary reviewer.

will this lead to additional changes in the tooling schema? other (new) downstream changes?

@ChengTian
Copy link
Contributor Author

Need a rebase after #1117 is checked in.

@ChengTian
Copy link
Contributor Author

We will do this in release branch. Please check the new PR: #1124

@ChengTian ChengTian closed this Jan 22, 2015
@ChengTian ChengTian deleted the rename-kpm-commands branch January 22, 2015 23:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants