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:
commit
58792f58b6
1 changed files with 2 additions and 2 deletions
|
@ -188,8 +188,8 @@
|
|||
</AspNetCoreRpmInstallerFile>
|
||||
</ItemGroup>
|
||||
|
||||
<DownloadFile Uri="%(AspNetCoreRpmInstallerFiles.Source)"
|
||||
DestinationPath="%(AspNetCoreRpmInstallerFiles.Identity)"/>
|
||||
<DownloadFile Uri="%(AspNetCoreRpmInstallerFile.Source)"
|
||||
DestinationPath="%(AspNetCoreRpmInstallerFile.Identity)"/>
|
||||
</Target>
|
||||
|
||||
<Target Name="TestFPMTool">
|
||||
|
|
Loading…
Reference in a new issue