PowerShell/build.ps1

8 lines
200 B
PowerShell
Raw Normal View History

2016-01-15 19:41:56 +01:00
$BIN = "${pwd}/bin"
# Publish PowerShell
cd src/Microsoft.PowerShell.Linux.Host
dotnet publish --framework dnxcore50 --output $BIN
2016-01-15 19:41:56 +01:00
# Copy files that dotnet-publish does not currently deploy
cd ../..