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
To be clear - it only gets deleted if the build was invalidated since the last run, but that is still a weird edge case.
In general, its seems safest to always rebuild any build to source files though since they are shipped with the package. It is a common workflow to run your tests before publishing, and if doing so in any way can delete files you actually need in your published package, then that seems broken.
I have a generated file in
example
.Right now, it's deleted when running
pbr test
. I'd expect it to always be generated.The text was updated successfully, but these errors were encountered: