feat: include data connections and SMTP in artifact deployment
This commit is contained in:
@@ -80,6 +80,6 @@ public class ArtifactDeploymentServiceTests
|
||||
private static DeployArtifactsCommand CreateCommand()
|
||||
{
|
||||
return new DeployArtifactsCommand(
|
||||
"dep1", null, null, null, null, DateTimeOffset.UtcNow);
|
||||
"dep1", null, null, null, null, null, null, DateTimeOffset.UtcNow);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user