Skip to content

for very big error :( #101

@HojimurodErgashov

Description

@HojimurodErgashov
            Jobs = new Jobs
            {
                Build = new BuildJob()
                {
                    RunsOn = BuildMachines.Windows2022,

                    Steps = new List<GithubTask>()
            {
                new CheckoutTaskV2()
                {
                    Name = "Checking Out Code"
                },

                new SetupDotNetTaskV1()
                {
                    Name = "Setting up .NET",
                    TargetDotNetVersion = new TargetDotNetVersion()
                    {
                       DotNetVersion = "8.0.101"
                    }

                },

                new RestoreTask()
                {
                    Name = "Restoring Nuget Packages"
                },

                new DotNetBuildTask()
                {
                    Name = "Build Project"
                },

                new TestTask()
                {
                    Name = "Running Tests"
                }

            }
                }
            }

i mean this is not worked, because you can create this class is obsolutly,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions