Last active
August 29, 2015 14:13
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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