Skip to content

Failed to install adding 'EnvDTE' #3233

Answered by devlead
fleed asked this question in Q&A
Discussion options

You must be logged in to vote

I'm not able to reproduce the issue, first I thought it was a dependency issue but it still installed for me.

Script I tried:

#addin "nuget:?package=Cake.Docker&version=0.10.0"
#tool "nuget:?package=GitVersion.CommandLine&version=4.0.0"

#tool "nuget:?package=Mono.TextTransform&version=1.0.0"
#addin "nuget:?package=stdole&version=7.0.3303"
#addin "nuget:?package=EnvDTE&version=8.0.2"


 Information(typeof(EnvDTE.DTE));

Log using Diagnostic output:
https://gist.github.com/devlead/c25732c75fdb97c5d2bbf8075ebdfe09

That said what are you trying to do with EnvDTE in your Cake script? Might be wrong but my understanding is that it's only supposed to be used within Visual Studio for automating it.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by augustoproiete
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2614 on March 04, 2021 21:36.