Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3694e5703c |
@@ -176,7 +176,7 @@ static class AutomateFunction
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
// we're skipping objects without an applicationId for now, since we're doing so in the release commit
|
// we're skipping objects without an applicationId for now, since we're doing so in the release commit
|
||||||
if (string.IsNullOrEmpty(testObject.applicationId))
|
if (!string.IsNullOrEmpty(testObject.applicationId))
|
||||||
{
|
{
|
||||||
//automationContext.AttachInfoToObjects(ADDED, new List<string>() { testObject.id });
|
//automationContext.AttachInfoToObjects(ADDED, new List<string>() { testObject.id });
|
||||||
addedList.Add(
|
addedList.Add(
|
||||||
|
|||||||
Reference in New Issue
Block a user