Add run script
- Deploy profile.ps1xml - Remove deprecated build/nuke scripts
This commit is contained in:
parent
51561b4773
commit
3876732d2e
9
build.sh
9
build.sh
@ -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
10
nuke.sh
@ -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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user