-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work with only Visual Studio 2015 installed #14
Comments
Sorry there is no file Microsoft.Build.Tasks.dll in MSBuild\14.0 |
@Lexa1983 if you can help out with a fix then I will review, test and publish. |
I think you need to change that in the Is.pubignore.wpp.targets file. |
I added the following line
in commit I have published this to nuget.org as version Please let me know if that doesn't fix the issue. |
This line fails
$(MSBuildToolsPath)\Microsoft.Build.Tasks.v$ (MSBuildToolsVersion).dll
There is no file named
Microsoft.Build.Tasks.v14.0.dll
instead there is
Microsoft.Build.Tasks.dll
in MSBuild\14.0... folder
The text was updated successfully, but these errors were encountered: