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