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

Commit

Permalink
Rename standard goal k-pack to kpm-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengTian committed Jan 23, 2015
1 parent a63641b commit 7bce40d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile.shade
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ var RC_FILES = '${FindAllFiles("Resource.rc", "dotnet", "dotnet.clr", "dotnet.co

#build-crossplatfrom-projects target='build-compile'
@{ var BUILD_DIR = BUILD_DIR2; }
k-pack each='var projectFile in MANAGED_PROJECTS' configuration='${Configuration2}'
kpm-pack each='var projectFile in MANAGED_PROJECTS' configuration='${Configuration2}'
@{
foreach (var nupkg in Files.Include(Path.Combine(BUILD_DIR, "*/*.nupkg")))
{
Expand All @@ -82,7 +82,7 @@ var RC_FILES = '${FindAllFiles("Resource.rc", "dotnet", "dotnet.clr", "dotnet.co

#build-winplatform-projects target='build-compile' if='!IsMono'
@{ var BUILD_DIR = BUILD_DIR2; }
k-pack each='var projectFile in WIN_MANAGED_PROJECTS' configuration='${Configuration2}'
kpm-pack each='var projectFile in WIN_MANAGED_PROJECTS' configuration='${Configuration2}'
@{
foreach (var nupkg in Files.Include(Path.Combine(BUILD_DIR, "*/*.nupkg")))
{
Expand Down

0 comments on commit 7bce40d

Please sign in to comment.