This commit is contained in:
Chris R 2017-02-17 09:58:46 -08:00 коммит произвёл Chris R
Родитель cfb7cfc3cf
Коммит 8e0c16f199
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -1,6 +0,0 @@
#!/bin/sh
export EnableNuGetPackageRestore=true
mono ".nuget/NuGet.exe" install Sake -pre -o packages
mono $(find packages/Sake.*/tools/Sake.exe|sort -r|head -n1) -f Sakefile.shade -I src/build "$@"