PowerShell/publish.sh
2015-12-07 14:27:06 -08:00

5 lines
152 B
Bash
Executable file

#!/usr/bin/env bash
cd src/Microsoft.PowerShell.Linux.Host
dotnet publish --framework dnxcore50 --runtime ubuntu.14.04-x64 --output ../../bin
cd ../..