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
I'm using the dotnet DotnetAffected.Tasks and in my solution several csproj are referencing other projects. When packing projects with a given version, ProjectReference are converted to a nuget dependencies with a pinned version.
My issue is that when an affected project is pack alone, its dependencies are not pack by dotnet pack (but built).
How can I add dependent projects of affected projects ?
The text was updated successfully, but these errors were encountered:
I'm using the dotnet
DotnetAffected.Tasks
and in my solution several csproj are referencing other projects. When packing projects with a given version,ProjectReference
are converted to a nuget dependencies with a pinned version.My issue is that when an affected project is pack alone, its dependencies are not pack by dotnet pack (but built).
How can I add dependent projects of affected projects ?
The text was updated successfully, but these errors were encountered: