Fix a typo in the rpm.targets when testing the rpm generated packages.
This commit is contained in:
parent
3ce82497ef
commit
9fb0f9a35b
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…
Add table
Add a link
Reference in a new issue