setup-miniconda
    Preparing search index...

    Function installBaseTools

    • Install all requested tools into the base environment in a single solve, then run any post-install actions and reapply configuration.

      Parameters

      Returns Promise<
          {
              condaConfig: TCondaConfig;
              envSpec?: IEnvSpec;
              mambaInInstaller: boolean;
              useBundled: boolean;
              useMamba: boolean;
          },
      >

      The updated dynamic options after tool installation.