Skip to content
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

Open
Lexa1983 opened this issue Aug 29, 2015 · 4 comments
Open

Doesn't work with only Visual Studio 2015 installed #14

Lexa1983 opened this issue Aug 29, 2015 · 4 comments

Comments

@Lexa1983
Copy link
Contributor

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

@Lexa1983
Copy link
Contributor Author

Sorry there is no file Microsoft.Build.Tasks.dll in MSBuild\14.0
you should use
Microsoft.Build.Tasks.Core.dll

@sayedihashimi
Copy link
Member

@Lexa1983 if you can help out with a fix then I will review, test and publish.

@felimartina
Copy link

$(MSBuildToolsPath)\Microsoft.Build.Tasks.v$(MSBuildToolsVersion).dll
should actually be
$(MSBuildToolsPath)\Microsoft.Build.Tasks.Core.dll
for vs2015.

I think you need to change that in the Is.pubignore.wpp.targets file.

@sayedihashimi
Copy link
Member

I added the following line

<ls-msbuildtasks-path Condition=" !Exists('$(ls-msbuildtasks-path)')">$(MSBuildToolsPath)\Microsoft.Build.Tasks.Core.dll</ls-msbuildtasks-path>

in commit
3009d03#diff-bdf633fec990f20db0fd89f35b452334R68

I have published this to nuget.org as version 1.0.11-beta

Please let me know if that doesn't fix the issue.

@sayedihashimi sayedihashimi self-assigned this Jan 5, 2016
@sayedihashimi sayedihashimi removed their assignment Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants