Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET Core test runner should honor the NUGET_PACKAGES environment variable #18

Closed
jcansdale opened this issue Jul 23, 2016 · 2 comments
Closed
Milestone

Comments

@jcansdale
Copy link
Owner

No description provided.

@jcansdale
Copy link
Owner Author

jcansdale commented Jul 23, 2016

Mayba also .runtimeconfig.dev.json

{
  "runtimeOptions": {
    "additionalProbingPaths": [
      "C:\\Users\\Jamie\\.nuget\\packages"
    ]
  }
}

livarcocc commented on Mar 29

https://github.com/dotnet/cli/issues/2090

So, this is how we are going to do this:

  • Additional probing path: Will be put inside a runtimeconfig.dev.json and it will be an array. This file will only be generated by build and won't be copied over for publish.
  • Rollfoward: the host will implement a policy where it will look for the runtimeconfig.dev.json file. If it is present, roll forward will always be false and it will ignore whatever is inside runtimeoptions of the runtimeconfig.json file.
  • We will copy over the properties from project.json runtimeoptions to runtimeoptions of runtimeconfig.json, including additionalprobingpath and rollforward.

@jcansdale jcansdale added this to the v4.0-beta milestone Aug 1, 2016
@jcansdale
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant