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

Build completes with FAILED message, despite no visible Errors, but Detailed logging shows Task "EnableExtension" FAILED #10

Closed
JogoShugh opened this issue Sep 23, 2013 · 2 comments
Labels

Comments

@JogoShugh
Copy link
Contributor

This is documentation of how I solved this:

I had a horrible time verifying whether the code in a fork by @lremedi (https://github.com/lremedi/VersionOne.Client.VisualStudio) could compile on my machine. The VSPackage project build said FAILED, but there were NO ERRORS, only a few warnings.

Here's how we resolved that:

  • In Visual Studio 2012, I turned on Detailed MSBuild verbosity under TOOLS > Options > Projects and Solutions > Build and Run
  • This showed the following output:
3>Task "EnableExtension"
3>Done executing task "EnableExtension" -- FAILED.
3>Done building target "DeployVsixExtensionFiles" in project "VersionOne.VisualStudio.VSPackage.csproj" -- > FAILED.
========== Build: 3 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
@ibuchanan
Copy link
Contributor

We can't really fix this ourselves. We have documented the problem in the README. Hence, we consider this issue resolved.

@mahee96
Copy link

mahee96 commented Jul 30, 2020

Thanks for sharing this info, I was able to resolve one such issue by enabling detailed build log and output!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants