Allow source package to have props file (#265)

This commit is contained in:
Pavel Krymets 2017-06-27 10:39:10 -07:00 коммит произвёл GitHub
Родитель 32cfc3ce57
Коммит 78a2080ad4
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -8,6 +8,7 @@
</Target>
<Import Project="$(RepositoryRoot)build\common.props" Condition="Exists('$(RepositoryRoot)build\common.props')" />
<Import Project="$(NuspecBasePath)\sharedsources.props" Condition="Exists('$(NuspecBasePath)\sharedsources.props')" />
<Target Name="WarnIfNoCommonProps" BeforeTargets="Pack">
<Warning Text="Expected a props file in '$(RepositoryRoot)build\common.props'. Shared sources packages may be missing the right version number when this is left out."
@ -40,4 +41,4 @@
<PackageReference Update="@(PackageReference)" PrivateAssets="All" />
</ItemGroup>
</Project>
</Project>