Browse Source

Remove commandLineArgs & workingDirectory from launchSettings.json

pull/6840/head
Yunus Emre Kalkan 5 years ago
parent
commit
cb7e65ccc7
  1. 4
      framework/src/Volo.Abp.Cli/Properties/launchSettings.json

4
framework/src/Volo.Abp.Cli/Properties/launchSettings.json

@ -1,9 +1,7 @@
{
"profiles": {
"Volo.Abp.Cli": {
"commandName": "Project",
"commandLineArgs": "bundle --skip-version-check",
"workingDirectory": "C:\\Github\\volo\\abp\\templates\\app-pro\\aspnet-core\\src\\MyCompanyName.MyProjectName.Blazor"
"commandName": "Project"
}
}
}
Loading…
Cancel
Save