Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 37fba51

Browse files
authored
Merge pull request #253 from JEvason90/JEvason90-patch-1
Update Create.cs Resolves #217 and #249
2 parents 337d03b + 865da70 commit 37fba51

File tree

1 file changed

+2
-5
lines changed
  • src/APIM_ARMTemplate/apimtemplate/Commands

1 file changed

+2
-5
lines changed

src/APIM_ARMTemplate/apimtemplate/Commands/Create.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,10 @@ public CreateCommand()
139139
// write parameters to outputLocation
140140
fileWriter.WriteJSONToFile(templateParameters, String.Concat(creatorConfig.outputLocation, fileNames.parameters));
141141
Console.WriteLine("Templates written to output location");
142-
Console.WriteLine("Press any key to exit process:");
143-
#if DEBUG
144-
Console.ReadKey();
145-
#endif
142+
146143
}
147144
return 0;
148145
});
149146
}
150147
}
151-
}
148+
}

0 commit comments

Comments
 (0)