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