This commit is contained in:
Victor Hurdugaci 2016-03-10 10:27:44 -08:00
Родитель 407ad6d974
Коммит e9c5ac1e99
4 изменённых файлов: 4 добавлений и 4 удалений

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

@ -78,7 +78,7 @@ echo "Using Reference Assemblies from: $DOTNET_REFERENCE_ASSEMBLIES_PATH"
sakeFolder=$koreBuildFolder/Sake sakeFolder=$koreBuildFolder/Sake
if [ ! -d $sakeFolder ]; then if [ ! -d $sakeFolder ]; then
toolsProject="$koreBuildFolder/project.json" toolsProject="$koreBuildFolder/project.json"
dotnet restore "$toolsProject" --packages "." -f https://www.myget.org/F/dnxtools/api/v3/index.json -v Minimal dotnet restore "$toolsProject" --packages "$koreBuildFolder" -f https://www.myget.org/F/dnxtools/api/v3/index.json -v Minimal
# Rename the project after restore because we don't want it to be restore afterwards # Rename the project after restore because we don't want it to be restore afterwards
mv "$toolsProject" "$toolsProject.norestore" mv "$toolsProject" "$toolsProject.norestore"
fi fi

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

@ -1 +1 @@
1.0.0.001672 1.0.0.001540

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

@ -1 +1 @@
1.0.0.001672 1.0.0.001540

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

@ -1 +1 @@
1.0.0.001672 1.0.0.001540