PowerShell/publish.sh

16 lines
352 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2015-12-10 21:33:52 +01:00
# Publish PowerShell
cd src/Microsoft.PowerShell.Linux.Host
dotnet publish --framework dnxcore50 --runtime ubuntu.14.04-x64 --output ../../bin
cp *.ps1xml *_profile.ps1 ../../bin
cd ../..
2015-12-10 21:33:52 +01:00
# Copy Pester
mkdir -p bin/Modules/Pester
cp -r ext-src/pester bin/Modules/Pester
# Patch
cp patches/*.dll bin/
cp patches/runtime/*.so bin/