diff --git a/makefile.shade b/makefile.shade index 26de9e5363..7a956cf8f9 100644 --- a/makefile.shade +++ b/makefile.shade @@ -56,9 +56,7 @@ var buildTarget = "compile" #pack directory create='${TARGET_DIR}' - nuget-pack nuspecFile='${Path.Combine(BASE_DIR, "KoreBuild.nuspec")}' packageVersion='${VERSION}' outputDir='${TARGET_DIR}' - nuget-pack nuspecFile='${Path.Combine(BASE_DIR, "KoreBuild-dotnet", "KoreBuild-dotnet.nuspec")}' packageVersion='${VERSION}' outputDir='${TARGET_DIR}' - + #pack-install .pack nuget-local-publish sourcePackagesDir='${TARGET_DIR}'