BuildServerUploaderConsole.Program.CreateCopyToInstallerSteps C# (CSharp) Méthode

CreateCopyToInstallerSteps() private static méthode

private static CreateCopyToInstallerSteps ( bool debug ) : void
debug bool
Résultat void
        private static void CreateCopyToInstallerSteps(bool debug)
        {
            if (!debug)
            {
                ProcessSteps.Add(new CopyFrbdkToReleaseFolder(Results));
                ProcessSteps.Add(new CopyBuiltEnginesToReleaseFolder(Results));
                ProcessSteps.Add(new ZipFrbdk(Results));
            }


            ProcessSteps.Add(new UnzipToInstaller(Results));
        }