madskristensen / NpmTaskRunner

Visual Studio extension
Other
88 stars 32 forks source link

Build fails until Task Runner Explorer is opened in Visual Studio 2017 #56

Closed RobinHSanner closed 6 years ago

RobinHSanner commented 6 years ago

Installed product versions

Description

Given:

Current behavior

have to click on 'Task Runner Explorer' tab in Visual Studio in order for build to succeed

Expected behavior

Shouldn't have to click the tab housing 'Task Runner Explorer' for it to properly run on build

georgekolb commented 6 years ago

You are probably missing the following file: C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v15.0\WebApplications\Microsoft.WebApplication.targets Create the necessary folders down to the above and copy the file from C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\WebApplications\Microsoft.WebApplication.targets

It's unclear why this file wasn't included with Visual Studio 2017.

RobinHSanner commented 6 years ago

That was in fact missing, thank you. Is the task runner install supposed to position that or was it something else?