enable debugging on Start button in dotnet-pack in VS
This commit is contained in:
parent
3a58e8a7d7
commit
344a730607
2 changed files with 7 additions and 1 deletions
|
@ -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; }
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"profiles": {
|
||||
"dotnet-pack": {
|
||||
"executablePath": "..\\..\\artifacts\\win7-x64\\stage2\\bin\\dotnet-pack.exe"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue