Why is there no “None” option for asset “Build Action” in the MonoGame Pipeline tool?
I’m using custom content processors and i’ve seen textures get built multiple times if i add them explicitly as content and select Build Action as “Build”. (It might have to do with TextureProcessor parameters difference?)
At the moment i’m resorting to copying the texture files directly into the Content folder without explicitly adding them in the Pipeline tool.