From 99c5e20c2392a77c698602464883a6f79b99afb7 Mon Sep 17 00:00:00 2001 From: Victor Hurdugaci Date: Thu, 3 Mar 2016 12:06:35 -0800 Subject: [PATCH] Don't try to produce nupkgs anymore --- makefile.shade | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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}'