Don't try to produce nupkgs anymore

This commit is contained in:
Victor Hurdugaci 2016-03-03 12:06:35 -08:00
parent 510dab8407
commit 99c5e20c23
1 changed files with 1 additions and 3 deletions

View File

@ -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}'