VS 2017 Pro for ASP.NET Core应用程序中没有发布选项

时间:2017-11-07 13:43:46

标签: azure .net-core visual-studio-2017

我使用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选项。我错过了什么?

1 个答案:

答案 0 :(得分:0)

转到扩展程序和工具。

确保已启用“Microsoft Azure App Service Tools”重新启用“Microsoft Azure App Service Tools”。

如果启用禁用并再次启用。