Publish Web Deploy using VS Code
Assuming you are using the latest vscode now (1.7.x). You can use Visual Studio Code’s Task Runner. First, you would need to configure the task runner by pressing <F1> and enter task. Select Tasks: Configure Task Runner. A new file tasks.json would be created by vscode with following content. { // See https://go.microsoft.com/fwlink/?LinkId=733558 // for … Read more