dotnet / NuGet.BuildTasks

The build tasks used to pick up package content from project.lock.json.
MIT License
44 stars 60 forks source link

Always capture build logs #165

Closed tmeschter closed 9 months ago

tmeschter commented 10 months ago

Currently we don't publish any build artifacts if the build succeeds. While we don't generally need to keep the binaries, build logs, or test logs around I plan on making changes to how the repo builds and it would be useful to have at least the .binlog files.

Also update the artifact names to correctly describe what they contain.