From c6598d81854ca0e54756d6113e1af7d2ecde388e Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 15 Apr 2017 16:10:13 -0500 Subject: [PATCH] fix typo --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index c9274be68..26a06bada 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,2 +1,2 @@ #!/usr/bin/env bash -dotnet restore && dotnet -f netcoreapp1.1 -c Release \ No newline at end of file +dotnet restore && dotnet publish -f netcoreapp1.1 -c Release \ No newline at end of file