Open trejjam opened 1 year ago
Thank you for the issue, but I'm not sure if it will work for this case, because it's unlikely that the ResolveReferences target is called, which calculates the required dependencies. But in any case it requires testing
Hi, I found out, that if your build pipeline consists of separate commands like:
dotnet restore
dotnet build --no-restore
dotnet pack --no-build
Then produced
.nupkg
does not contain the required dependencies. The workaround is similar code in.csproj
:But I hope it can be solved in a better way in
src/libs/H.Generators.Extensions/build/H.Generators.Extensions.props
, but I do not know which msbuild target is suitable for that