remove scripts to clean deps files

This commit is contained in:
Andrew Stanton-Nurse 2015-11-30 12:49:07 -08:00
parent 7815ddd6f2
commit 462bbb4f5b
2 changed files with 0 additions and 6 deletions

View file

@ -81,6 +81,3 @@ $BinariesForCoreHost | ForEach-Object {
mv $OutputDir\bin\$_.exe $OutputDir\bin\$_.dll
cp $OutputDir\bin\corehost.exe $OutputDir\bin\$_.exe
}
# remove any deps files that got brought along (they aren't needed because we have an app-local runtime and dependencies)
del $OutputDir\bin\*.deps

View file

@ -83,9 +83,6 @@ do
mv $OUTPUT_DIR/bin/${binary}.exe $OUTPUT_DIR/bin/${binary}.dll
done
# remove any deps files that got brought along (they aren't needed because we have an app-local runtime and dependencies)
rm $OUTPUT_DIR/bin/*.deps
cd $OUTPUT_DIR
# Fix up permissions. Sometimes they get dropped with the wrong info