Christian Schürer-Waldheim
Christian Schürer-Waldheim
> ### Add ENV variable to your deployment (or local machine 🥇, or Fastfile directly) > With DELIVER_ITMSTRANSPORTER_ADDITIONAL_UPLOAD_PARAMETERS we can add the "missing" -asc_provider variable. > > ``` > ENV["DELIVER_ITMSTRANSPORTER_ADDITIONAL_UPLOAD_PARAMETERS"]...
> > Or set `itc_provider` in the `upload_to_testflight` action. > > Are you sure that itc_provider also works with this error? We only have one attached provider and the error...
@pd93, I can reproduce this, too. I've tested it with latest build (v3.32.0) on Windows and Ubuntu. Only top-level dotenv is evaluated, on task-level it is ignored. Looking at the...
@pd93 I'm testing it with these files: https://gist.github.com/c-s-w/7ae4e3c9b87e3e3735b05fd2a6aea542
@pd93 Having the variables available via the templating engine allows the usage of `requires`, which doesn't work with .e.g. `$MYVAR`.