문제

can I get the name of the active configuration in a powershell variable inside nuget powershell console ? I know there is a $DTE, but I don't know how to get to the active configuration name ...

도움이 되었습니까?

해결책

You can get the active configuration like so:

$dte.solution.solutionbuild.activeconfiguration
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top