Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

DATA: WorkloadUpdateTask #135

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mabroukmahdhi
Copy link
Contributor

@mabroukmahdhi mabroukmahdhi commented Jan 24, 2025

closes #136

@mabroukmahdhi mabroukmahdhi self-assigned this Jan 24, 2025
@github-actions github-actions bot added the DATA For creating data models and migrations label Jan 24, 2025

namespace ADotNet.Models.Pipelines.GithubPipelines.DotNets.Tasks
{
public class InstallPlaywrightTask : GithubTask
Copy link
Collaborator

@cjdutoit cjdutoit Jan 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not expecting this file. There is another open PR for this component. Can we remove this file from the PR so components can be reviewed individually

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, That's because this PR's branche is based on the other one @cjdutoit

{
public class WorkloadUpdateTask : GithubTask
{
public override string Run { get; set; } = "dotnet workload update";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add descriptive documentation.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hassanhabib don't have an issue with this task itself, but but do we have some criteria on when to allow new tasks VS just using the generic task command in the job like below?

                    new GithubTask()
                    {
                        Name = "Update installed workloads",
                        Run = "dotnet workload update"
                    },

Co-authored-by: Christo du Toit <christo@dutoit.co.uk>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
DATA For creating data models and migrations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DATA: WorkloadUpdateTask
2 participants