Skip to content

Instantly share code, notes, and snippets.

@YoungjaeKim
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YoungjaeKim/8654147c266ef40c34a3 to your computer and use it in GitHub Desktop.
Save YoungjaeKim/8654147c266ef40c34a3 to your computer and use it in GitHub Desktop.
A portion of ServiceDefinition.csdef file for .Net Framework installation during Azure Role startup
<Task commandLine="Startup\installnet35.cmd" executionContext="elevated" taskType="simple">
<Environment>
<Variable name="EMULATED">
<RoleInstanceValue xpath="/RoleEnvironment/Deployment/@emulated" />
</Variable>
</Environment>
</Task>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment