From 40ed9c4d657f70261d77bb254ee2e4ba246b3d0b Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 15 Apr 2017 16:00:04 -0500 Subject: [PATCH] try pack instead of publish --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index b828a71db..0d3607275 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,2 +1,2 @@ #!/usr/bin/env bash -dotnet restore && dotnet publish -c Release \ No newline at end of file +dotnet restore && dotnet pack -c Release \ No newline at end of file