Skip to content

Commit a23ca95

Browse files
Merge pull request #267082 from Naveenommi-MSFT/patch-116
(AzureCXP) fixes MicrosoftDocs/azure-docs#120094
2 parents 9131496 + 37a4415 commit a23ca95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cloud-services/cloud-services-dotnet-install-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ You can use startup tasks to perform operations before a role starts. Installing
210210
if %ERRORLEVEL%== 0 echo %date% %time% : Successfully downloaded .NET framework %netfx% setup file. >> %startuptasklog%
211211
goto install
212212

213-
install:
213+
:install
214214
REM ***** Installing .NET *****
215215
echo Installing .NET with commandline: start /wait %~dp0%netfxinstallfile% /q /serialdownload /log %netfxinstallerlog% /chainingpackage "CloudService Startup Task" >> %startuptasklog%
216216
start /wait %~dp0%netfxinstallfile% /q /serialdownload /log %netfxinstallerlog% /chainingpackage "CloudService Startup Task" >> %startuptasklog% 2>>&1

0 commit comments

Comments
 (0)