dacaebefb8
This way it can also be deployed automatically, removing the last manual copy steps from our build scripts. Travis and AppVeyor configurations updated for new submodule location.
8 lines
200 B
PowerShell
8 lines
200 B
PowerShell
$BIN = "${pwd}/bin"
|
|
|
|
# Publish PowerShell
|
|
cd src/Microsoft.PowerShell.Linux.Host
|
|
dotnet publish --framework dnxcore50 --output $BIN
|
|
# Copy files that dotnet-publish does not currently deploy
|
|
cd ../..
|