I have these lines in my ServiceDefinition file in an Azure project:
<Startup>
<Task commandLine="Tools\Reminder.cmd" executionContext="elevated" taskType="simple" />
</Startup>
But for test server and production server it has to be different Reminder.cmd files. How do I do it? I know that we can have a different configuration for ServiceConfiguration, but can't figure out how to have a different configuration for ServiceDefinition file.