As of edition 2024, it's unsafe for build scripts to set environment variables the old fashioned way, so a safe way to set them on Commands spawned inside the Build would be very useful. It looks like the __set_env method does exactly this, but there must be a reason it's hidden?
As of edition 2024, it's
unsafefor build scripts to set environment variables the old fashioned way, so a safe way to set them onCommands spawned inside theBuildwould be very useful. It looks like the__set_envmethod does exactly this, but there must be a reason it's hidden?