summarylogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index 3b3b9bb66efc..829961df4716 100755
--- a/build.sh
+++ b/build.sh
@@ -46,6 +46,4 @@ make -j
popd
## Build powershell core
-rawRid="$(dotnet --info | grep RID)"
-rid=${rawRid##* } # retain the part after the last space
-dotnet publish --configuration Linux src/powershell-unix/ --output bin --runtime $rid
+dotnet publish --configuration Linux "src/powershell-unix/" --output bin --runtime "linux-x64"