[BUILD]: Fixed missing whitespace symbol in BuildWebPlatformInstallerFeed target definition

This commit is contained in:
ptsurbeleu 2013-01-11 11:28:33 -08:00
parent c0f3365885
commit b488105ebc

View file

@ -640,7 +640,7 @@
</Target>
<!-- This task depends on FTP upload task and will be run afterwards -->
<Target Name="BuildWebPlatformInstallerFeed"DependsOnTargets="Deploy">
<Target Name="BuildWebPlatformInstallerFeed" DependsOnTargets="Deploy">
<ItemGroup>
<!-- This will generate path to a temporary file that will be used by WebDownload task below to download the installer's distributive locally -->
<InstallerFilePath Include="$([System.IO.Path]::GetTempFileName())" />