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