Work around broken content

https://github.com/dotnet/cli/issues/435
This commit is contained in:
Andrew Schwartzmeyer 2015-12-08 12:05:04 -08:00
parent 13e60bdc22
commit b8f8ffc46a

View file

@ -2,4 +2,5 @@
cd src/Microsoft.PowerShell.Linux.Host
dotnet publish --framework dnxcore50 --runtime ubuntu.14.04-x64 --output ../../bin
cp *.ps1xml ../../bin
cd ../..