Renaming kpm-local-publish to kpm-publish
This commit is contained in:
parent
99a22149a9
commit
eb192a36a6
|
|
@ -73,7 +73,7 @@ default Configuration='${E("Configuration")}'
|
||||||
|
|
||||||
|
|
||||||
#nuget-install target='install' description='Install NuGet packages to local repo'
|
#nuget-install target='install' description='Install NuGet packages to local repo'
|
||||||
kpm-local-publish sourcePackagesDir='${BUILD_DIR}' targetPackagesDir='${E("PACKAGES_PUBLISH_DIR")}'
|
kpm-publish sourcePackagesDir='${BUILD_DIR}' targetPackagesDir='${E("PACKAGES_PUBLISH_DIR")}'
|
||||||
|
|
||||||
#xunit-test target='test' if='Directory.Exists("test")'
|
#xunit-test target='test' if='Directory.Exists("test")'
|
||||||
k-test each='var projectFile in Files.Include("test/**/project.json")'
|
k-test each='var projectFile in Files.Include("test/**/project.json")'
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@{/*
|
@{/*
|
||||||
|
|
||||||
k-local-publish
|
kpm-publish
|
||||||
Builds project. Downloads and executes k sdk tools.
|
Builds project. Downloads and executes k sdk tools.
|
||||||
|
|
||||||
sourcePackagesDir=''
|
sourcePackagesDir=''
|
||||||
Loading…
Reference in New Issue