Skip to content

Instantly share code, notes, and snippets.

@emgarten
Created October 12, 2016 22:36
Show Gist options
  • Save emgarten/b85f4eefa410a7053ba9db15ec0bdffb to your computer and use it in GitHub Desktop.
Save emgarten/b85f4eefa410a7053ba9db15ec0bdffb to your computer and use it in GitHub Desktop.
Debugging restore3
Set environment variables
$env:NUGET_PERSIST_DG=true
$env:NUGET_PERSIST_DG_PATH=c:\temp\path.json
Run dotnet.exe restore3
Open the output json file
Restore contains projects that will be directly restored.
Projects contains the package specs evaluted from MSBuild for all projects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment