Add OutDir property that signing targets need

This commit is contained in:
Wes Haggard 2018-04-12 09:36:45 -07:00
Родитель 69408b68a9
Коммит bb58a987a2
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -49,6 +49,8 @@
<!-- TODO: We should also think about pulling down the checksums or recomputing them -->
<PropertyGroup>
<DownloadDirectory Condition="'$(DownloadDirectory)' == ''">$(BinDir)PackageDownload/</DownloadDirectory>
<!-- The SignFiles target needs OutDir to be defined -->
<OutDir>$(DownloadDirectory)</OutDir>
</PropertyGroup>
<MakeDir Directories="$(DownloadDirectory)" Condition="!Exists('$(DownloadDirectory)')" />