Add run script

- Deploy profile.ps1xml
- Remove deprecated build/nuke scripts
This commit is contained in:
Andrew Schwartzmeyer 2015-12-14 10:30:39 -08:00
parent 51561b4773
commit 3876732d2e
4 changed files with 2 additions and 20 deletions

View File

@ -1,9 +0,0 @@
#!/usr/bin/env bash
for dir in $(find . -maxdepth 3 -name project.json | xargs dirname)
do
(
cd $dir
dnu build
)
done

10
nuke.sh
View File

@ -1,10 +0,0 @@
#!/usr/bin/env bash
rm -rf approot
for dir in $(find . -maxdepth 3 -name project.json | xargs dirname)
do
(
cd $dir
rm -rf bin
)
done

View File

@ -3,7 +3,7 @@
# Publish PowerShell
cd src/Microsoft.PowerShell.Linux.Host
dotnet publish --framework dnxcore50 --runtime ubuntu.14.04-x64 --output ../../bin
cp *.ps1xml ../../bin
cp *.ps1xml *_profile.ps1 ../../bin
cd ../..
# Copy Pester

1
run.sh Executable file
View File

@ -0,0 +1 @@
CORE_ROOT=./bin ./powershell