mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-09 01:32:38 -05:00
Fixed update agent step (#748)
* fixed update step * fix new step from edit job * allowed to reorder steps in edit job
This commit is contained in:
@@ -42,7 +42,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Agent
|
||||
// load properties from AgentJobStepInfo
|
||||
this.data.ID = stepInfo.Id;
|
||||
this.data.Name = stepInfo.StepName;
|
||||
this.data.Command = stepInfo.Script;
|
||||
this.data.Command = stepInfo.Command;
|
||||
}
|
||||
|
||||
protected override bool DoPreProcessExecution(RunType runType, out ExecutionMode executionResult)
|
||||
|
||||
Reference in New Issue
Block a user