зеркало из https://github.com/aspnet/KoreBuild.git
Allow source package to have props file (#265)
This commit is contained in:
Родитель
32cfc3ce57
Коммит
78a2080ad4
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче