Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 58792f5

Browse files
author
Livar
authored
Merge pull request #8994 from livarcocc/fix_typo
Fix a typo in the rpm.targets when testing the rpm generated packages.
2 parents 3ce8249 + 9fb0f9a commit 58792f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/package/Installer.RPM.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188
</AspNetCoreRpmInstallerFile>
189189
</ItemGroup>
190190

191-
<DownloadFile Uri="%(AspNetCoreRpmInstallerFiles.Source)"
192-
DestinationPath="%(AspNetCoreRpmInstallerFiles.Identity)"/>
191+
<DownloadFile Uri="%(AspNetCoreRpmInstallerFile.Source)"
192+
DestinationPath="%(AspNetCoreRpmInstallerFile.Identity)"/>
193193
</Target>
194194

195195
<Target Name="TestFPMTool">

0 commit comments

Comments
 (0)