You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command creates RPM packages for all my projects. However, I am wondering if there is a way to specify only the projects that I need to create RPM packages for. Is there a way to do this?
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to create RPM packages for a specific project in the solution. I am using the msbuild command on the solution file, like this:
dotnet msbuild "C:\repo\repo.sln" /t:CreateRpm ...
This command creates RPM packages for all my projects. However, I am wondering if there is a way to specify only the projects that I need to create RPM packages for. Is there a way to do this?
The text was updated successfully, but these errors were encountered: