Enable Deploy in the Configuration Manager for #4442.

Will test with this in for a while to see if Deploy is ever disabled but early testing indicates this addresses the issue for new projects and projects when MSIX is added after creation.
This commit is contained in:
Mike Battista 2022-07-27 19:49:49 -07:00
Родитель 6fa1447135
Коммит a03f9b7755
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -124,6 +124,16 @@
"specifiedPathIsTarget": "true"
},
"continueOnError": true
},
{
"description": "Enable Deploy in the Configuration Manager",
"manualInstructions": [ ],
"actionId": "F74F9FBA-D4F5-494E-970E-D99DF5E3F4F3",
"args": {
"projectName": "Param_ProjectName\\Param_ProjectName.csproj",
"deploy": true
},
"continueOnError": true
}
]
}