enable debugging on Start button in dotnet-pack in VS

This commit is contained in:
Krzysztof Wicher 2015-12-08 19:01:43 -08:00
parent 3a58e8a7d7
commit 344a730607
2 changed files with 7 additions and 1 deletions

View file

@ -11,7 +11,6 @@ using NuGet.Frameworks;
namespace Microsoft.DotNet.ProjectModel
{
// NOTE(anurse): Copied from ApplicationHostContext in DNX. This name seemed more appropriate for this :)
public class ProjectContext
{
public GlobalSettings GlobalSettings { get; }

View file

@ -0,0 +1,7 @@
{
"profiles": {
"dotnet-pack": {
"executablePath": "..\\..\\artifacts\\win7-x64\\stage2\\bin\\dotnet-pack.exe"
}
}
}