我使用VS2017版本15.3.5创建了 char command[MAXBUFSIZE];
sprintf(command, "./client %s %s", client.url, client.port);
pid_t pid = fork();
switch (pid)
{ int status;
case -1: perror("fork");
break;
case 0: execlp("gnome-terminal", "gnome-terminal", "-e", command, NULL);
perror("exec");
exit(1);
default: // You may kill the new terminal process "pid", as you wish.
// wait(&status); if you want to.
}
,但我无法选择asp.net core web application
,通常您右键单击该项目并获取Publish to Azure
选项。我错过了什么?
答案 0 :(得分:0)
转到扩展程序和工具。
确保已启用“Microsoft Azure App Service Tools”重新启用“Microsoft Azure App Service Tools”。
如果启用禁用并再次启用。