urasandesu / Prig

Prig is a lightweight framework for test indirections in .NET Framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install the prig without visual studio

amanpreetSO opened this issue · comments

Can we install the prig without visual studio? Actually, I have used the prig in one project that project would be built on another system on which visual studio is not installed. Can you guide me how to do it ?

Sorry, I can't guide you 😔

By design, Prig depends on VSIX technology, but it doesn't directly depend on Visual Studio. Unfortunately, I don't know how to install VSIX technology without Visual Studio.

By the way, is your reason of this question CI?

I think that installing Visual Studio to CI system is not a bad thing in .NET development. For example, AppVeyor that is the most famous CI service for .NET developers has prepared Visual Studio installed environment.

Check out the AppVeyor support. I tend to agree with @urasandesu, that the node you designate to build your app should be allowed to install Visual Studio (for vsix).
Install VS2015 onto that server and follow the AppVeyor instructions, I have managed to get my CI server building nicely with Jenkins. (Others report success with Team City as well)

Best fortunes!

@tjad, @urasandesu we cannot install VS due to license cost. I am struggling to add the Prig.VSIX file without the VS.

@amanpreetSO Community edition is sufficient - it's free :-)