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

install the prig without visual studio #100

Open
amanpreetSO opened this issue Feb 8, 2018 · 5 comments
Open

install the prig without visual studio #100

amanpreetSO opened this issue Feb 8, 2018 · 5 comments
Labels

Comments

@amanpreetSO
Copy link

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 ?

@urasandesu
Copy link
Owner

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.

@urasandesu
Copy link
Owner

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.

@tjad
Copy link

tjad commented Feb 15, 2018

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!

@amanpreetSO
Copy link
Author

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

@tjad
Copy link

tjad commented Feb 15, 2018

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

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