Merge pull request #8994 from livarcocc/fix_typo

Fix a typo in the rpm.targets when testing the rpm generated packages.
This commit is contained in:
Livar 2018-04-04 14:33:01 -07:00 committed by GitHub
commit 58792f58b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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">