summarylogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 5edcccf95a1c..612d7ddd20a1 100755
--- a/build.sh
+++ b/build.sh
@@ -13,7 +13,6 @@ dotnet run -c Linux ../Microsoft.PowerShell.CoreCLR.AssemblyLoadContext/CorePsT
popd
cd src/powershell-unix
-dotnet build -c Linux
-dotnet publish --no-build -c Linux
+dotnet build -c Linux && dotnet publish --no-build -c Linux
# vim:set ts=2 sw=2 et: