Replies: 4 comments
|
I saw that talk and have followed up with questions about DotNet.ReproducibleBuilds as its not well documented. I'm not sure it uses the best defaults but agree that we should switch over to it. |
0 replies
|
Package validation is a cool feature. The downside right now is that you have to pass it the previous version number for it to compare to. Ideally, it'd do that for you. I have a GitHub issue for that somewhere. |
0 replies
|
I found the relevant issue. Until this is implemented, I package validation requires a lot of work to build into the cake file. |
0 replies
|
FYI: DotNet.ReproducibleBuilds was added to the template. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Recently Claire Novotny, the PM on the NuGet team at Microsoft posted a video talking about some recent nuget features such as
I thought these could be potentially introduced to the NuGet Package template
All reactions