From f74eaf2ec0e4f2d7ee68399224f67d2c33d4a28d Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 15 Apr 2017 09:21:44 -0500 Subject: [PATCH] change build to publish -c release --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index afb73f928..d9cc0a486 100755 --- a/build.sh +++ b/build.sh @@ -1,2 +1,2 @@ #!/usr/bin/env bash -dotnet restore && dotnet build \ No newline at end of file +dotnet restore && dotnet publish -c Release \ No newline at end of file