We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9131496 + 37a4415 commit a23ca95Copy full SHA for a23ca95
articles/cloud-services/cloud-services-dotnet-install-dotnet.md
@@ -210,7 +210,7 @@ You can use startup tasks to perform operations before a role starts. Installing
210
if %ERRORLEVEL%== 0 echo %date% %time% : Successfully downloaded .NET framework %netfx% setup file. >> %startuptasklog%
211
goto install
212
213
- install:
+ :install
214
REM ***** Installing .NET *****
215
echo Installing .NET with commandline: start /wait %~dp0%netfxinstallfile% /q /serialdownload /log %netfxinstallerlog% /chainingpackage "CloudService Startup Task" >> %startuptasklog%
216
start /wait %~dp0%netfxinstallfile% /q /serialdownload /log %netfxinstallerlog% /chainingpackage "CloudService Startup Task" >> %startuptasklog% 2>>&1
0 commit comments