コード例 #1
0
        public void BuildNewProject()
        {
            var result = BuildPipeline.Build(new BuildSettings()
            {
                Project         = Project,
                Platform        = new DesktopDotNetPlatform(),
                Configuration   = Configuration.Debug,
                OutputDirectory = TestDirectory.Combine("DotsRuntimeBuild")
            });

            Assert.IsTrue(result.Success);
        }