[BUILD]: Fixed missing whitespace symbol in BuildWebPlatformInstallerFeed target definition
This commit is contained in:
parent
c0f3365885
commit
b488105ebc
1 changed files with 1 additions and 1 deletions
|
@ -640,7 +640,7 @@
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
<!-- This task depends on FTP upload task and will be run afterwards -->
|
<!-- This task depends on FTP upload task and will be run afterwards -->
|
||||||
<Target Name="BuildWebPlatformInstallerFeed"DependsOnTargets="Deploy">
|
<Target Name="BuildWebPlatformInstallerFeed" DependsOnTargets="Deploy">
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<!-- This will generate path to a temporary file that will be used by WebDownload task below to download the installer's distributive locally -->
|
<!-- 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())" />
|
<InstallerFilePath Include="$([System.IO.Path]::GetTempFileName())" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue