summarylogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 789d497e330e..5edcccf95a1c 100755
--- a/build.sh
+++ b/build.sh
@@ -14,6 +14,6 @@ popd
cd src/powershell-unix
dotnet build -c Linux
-dotnet publish
+dotnet publish --no-build -c Linux
# vim:set ts=2 sw=2 et: