summarylogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh20
1 files changed, 0 insertions, 20 deletions
diff --git a/build.sh b/build.sh
deleted file mode 100755
index de97396b2159..000000000000
--- a/build.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/usr/bin/env bash
-
-dotnet restore
-
-pushd src/ResGen
-dotnet run -c Linux
-popd
-
-pushd src/TypeCatalogParser
-dotnet run -c Linux
-popd
-
-pushd src/TypeCatalogGen
-dotnet run -c Linux ../Microsoft.PowerShell.CoreCLR.AssemblyLoadContext/CorePsTypeCatalog.cs powershell.inc
-popd
-
-cd src/powershell-unix
-dotnet build -c Linux && dotnet publish --no-build -c Linux
-
-# vim:set ts=2 sw=2 et: