Skip to content

Commit

Permalink
DATA: WorkloadUpdateTask
Browse files Browse the repository at this point in the history
  • Loading branch information
mabroukmahdhi committed Jan 24, 2025
1 parent 4ff2c08 commit f7a12d1
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// ---------------------------------------------------------------------------
// Copyright (c) Hassan Habib & Shri Humrudha Jagathisun All rights reserved.
// Licensed under the MIT License.
// See License.txt in the project root for license information.
// ---------------------------------------------------------------------------

namespace ADotNet.Models.Pipelines.GithubPipelines.DotNets.Tasks
{
public class WorkloadUpdateTask : GithubTask
{
public override string Run { get; set; } = "dotnet workload update";
}
}

0 comments on commit f7a12d1

Please sign in to comment.