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
Current build and packaging design is not scalable with the modern .NET SDK packing abilities.
Packing is done as a separate step as we need to sign the binaries, but it requires a separate csproj/nuspec to be created.
In an ideal world, we should:
Build the src*.csproj
Sign the binaries
Pack all packable projects (with --no-build using the same src\csproj for resp. projects)
This should remove the need to maintain packages folder.
More discussion details: #1747 (comment)
The text was updated successfully, but these errors were encountered:
Current build and packaging design is not scalable with the modern .NET SDK packing abilities.
Packing is done as a separate step as we need to sign the binaries, but it requires a separate csproj/nuspec to be created.
In an ideal world, we should:
This should remove the need to maintain packages folder.
More discussion details: #1747 (comment)
The text was updated successfully, but these errors were encountered: