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

Any chance there is a way to make it work as an ordinary nuget package #14

Closed
szalapski opened this issue Sep 28, 2020 · 3 comments
Closed

Comments

@szalapski
Copy link

If I install it as a .NET tool, that means my team has to always install it too. This is a deal-breaker for me. Any chance there is a way to make it work as an ordinary nuget package? Thanks either way.

@stefanloerwald
Copy link
Member

Hi @szalapski, this is partially answered in #13. While it's possible to create such a nuget package, I believe it would make using the tool much less convenient.

There is a way to make life easier for your team though: Use it as local tool https://github.com/excubo-ag/WebCompiler#local
and/or make the installation of the tool a build step that the actual build step depends on.

@elken
Copy link
Contributor

elken commented Sep 28, 2020

As mentioned you can install as a local tool with dotnet tool and the tool will get pulled in as needed. Also pulls in for CI.

@stefanloerwald
Copy link
Member

Hi @szalapski,

@elken has improved the documentation for local tools. Please have a look at this section as well: https://github.com/excubo-ag/WebCompiler#local-1

Please let us know whether this is now satisfactory to you.

BR
Stefan

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