We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dotnet builds were written mostly blindly and suffer some issues such as needlessly building everything. To fix it:
dotnet store
/usr/lib/$package
wwwroot
The text was updated successfully, but these errors were encountered:
LOL, forgot we already have the most important part :D But I think it should be changed to array: for each csproj specify separate output.
Sorry, something went wrong.
No branches or pull requests
Dotnet builds were written mostly blindly and suffer some issues such as needlessly building everything.
To fix it:
dotnet store
and manifests (how to find intersect?)/usr/lib/$package
same as package - no pascal casewwwroot
to /usr/share and link it if it's a shared package (is there a better way?)The text was updated successfully, but these errors were encountered: