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