Skip to content

Commit

Permalink
React more to renames
Browse files Browse the repository at this point in the history
  • Loading branch information
bricelam committed Feb 4, 2015
1 parent e103044 commit 19d9ede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile.shade
Expand Up @@ -15,10 +15,10 @@ k-standard-goals
exec program='${buildProgram}' commandline='${projectFile} /t:WritePackageReferences /v:m /nologo'

@{
var packagesDir = Environment.GetEnvironmentVariable("DOTNET_PACKAGES")
var packagesDir = Environment.GetEnvironmentVariable("KRE_PACKAGES")
?? Path.Combine(
Environment.GetEnvironmentVariable("USERPROFILE") ?? Environment.GetEnvironmentVariable("HOME"),
".dotnet",
".k",
"packages");
}

Expand Down

0 comments on commit 19d9ede

Please sign in to comment.