-
Notifications
You must be signed in to change notification settings - Fork 83.1k
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
adding artifacts and project.lock.json for asp.net 5 #1505
Conversation
@sayedihashimi all good (just saw the Twitter discussion about it as well). |
adding artifacts and project.lock.json for asp.net 5
Istead of |
@damianh - maybe? who owns that these days? |
DNX shizzle came from asp.net team but it is independent of HTTP things.
|
@damianh if someone wants to amend this I'll happily take the change... |
Yes sorry dnx is better, sorry about that. I'm not at a computer at the moment. |
No worries! Yolo PR done and sent from phone ;)
|
adding artifacts and project.lock.json for asp.net 5
As discussed in github#1505
I've added the following to
VisualStudio.gitignore
to support ASP.NET 5project.lock.json
is created by default whenever a restore operation is executed. It should be ignored by default.The
artifacts
folder will contain build output, and likely should never be checked in.Note: I'm on the team that works on Visual Studio for ASP.NET