This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
dotnet-installer
Watch
2
Star
0
Fork
You've already forked dotnet-installer
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
69ce37d1eb
dotnet-installer
/
TestAssets
/
TestProjects
/
AppWithPackageNamedAfterFolder
/
global.json
7 lines
46 B
JSON
Raw
Normal View
History
Unescape
Escape
Adding a test for a project that has a package dependency whose name is also the name of a folder in the repo. Moved the test to dotnet-migrate.Test and modified the code that find possible P2P dependencies to actually check if the folder holds a project.
2017-01-17 01:05:14 +00:00
{
"projects"
:
[
Fixing dotnet migrate global.json. This was failing because we were turning global.json into an empty string and trying to construct a directory for it. The fix was to detect this and transform it into a . directory. Migrate is already respecting the projects node in global.json.
2017-01-19 18:32:32 +00:00
"src"
,
"test"
Adding a test for a project that has a package dependency whose name is also the name of a folder in the repo. Moved the test to dotnet-migrate.Test and modified the code that find possible P2P dependencies to actually check if the folder holds a project.
2017-01-17 01:05:14 +00:00
]
}
Reference in a new issue
Copy permalink