10 lines
248 B
C#
10 lines
248 B
C#
namespace e_suite.Workflow.Core;
|
|
|
|
/// <summary>
|
|
/// This task will allow Asset files to be released, and automatically uploaded to an external source
|
|
/// </summary>
|
|
[GeneralTask(allowMultiple: false)]
|
|
public class FileReleaseTask : TaskBase
|
|
{
|
|
|
|
} |