Properties/launchSettings.json
{
"profiles": { "DotupPsCore": { "commandName": "Executable", "executablePath": "%SystemRoot%\\system32\\WindowsPowerShell\\v1.0\\powershell.exe", "commandLineArgs": "-noexit -command \"&{ import-module .\\DotupPsCore.dll -verbose}\"" } } } |