From e9c5ac1e995d3bc9d7677bd29e740d2235ace0b7 Mon Sep 17 00:00:00 2001 From: Victor Hurdugaci Date: Thu, 10 Mar 2016 10:27:44 -0800 Subject: [PATCH] Revert the CLI to 1540 --- build/KoreBuild.sh | 2 +- build/cli.version.darwin | 2 +- build/cli.version.unix | 2 +- build/cli.version.win | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/KoreBuild.sh b/build/KoreBuild.sh index 547e729..54254ab 100755 --- a/build/KoreBuild.sh +++ b/build/KoreBuild.sh @@ -78,7 +78,7 @@ echo "Using Reference Assemblies from: $DOTNET_REFERENCE_ASSEMBLIES_PATH" sakeFolder=$koreBuildFolder/Sake if [ ! -d $sakeFolder ]; then 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 mv "$toolsProject" "$toolsProject.norestore" fi diff --git a/build/cli.version.darwin b/build/cli.version.darwin index 83264ae..5000a87 100644 --- a/build/cli.version.darwin +++ b/build/cli.version.darwin @@ -1 +1 @@ -1.0.0.001672 +1.0.0.001540 diff --git a/build/cli.version.unix b/build/cli.version.unix index 4a1e6fe..4601d2a 100644 --- a/build/cli.version.unix +++ b/build/cli.version.unix @@ -1 +1 @@ -1.0.0.001672 \ No newline at end of file +1.0.0.001540 \ No newline at end of file diff --git a/build/cli.version.win b/build/cli.version.win index 83264ae..5000a87 100644 --- a/build/cli.version.win +++ b/build/cli.version.win @@ -1 +1 @@ -1.0.0.001672 +1.0.0.001540