Fix a typo in the rpm.targets when testing the rpm generated packages.

This commit is contained in:
Livar Cunha 2018-04-04 13:14:13 -07:00
parent 3ce82497ef
commit 9fb0f9a35b

View file

@ -188,8 +188,8 @@
</AspNetCoreRpmInstallerFile>
</ItemGroup>
<DownloadFile Uri="%(AspNetCoreRpmInstallerFiles.Source)"
DestinationPath="%(AspNetCoreRpmInstallerFiles.Identity)"/>
<DownloadFile Uri="%(AspNetCoreRpmInstallerFile.Source)"
DestinationPath="%(AspNetCoreRpmInstallerFile.Identity)"/>
</Target>
<Target Name="TestFPMTool">