File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <Import Project =" ..\..\build\common.props" />
3-
3+
44 <PropertyGroup >
55 <Description >Publishes packages to a feed, with retries.</Description >
66 <DebugType >portable</DebugType >
77 <OutputType >exe</OutputType >
88 <TargetFramework >netcoreapp1.0</TargetFramework >
99 <VersionPrefix >1.0.2</VersionPrefix >
1010 </PropertyGroup >
11-
11+
12+ <ItemGroup >
13+ <Content Include =" build\*.props" CopyToPublishDirectory =" Always" />
14+ </ItemGroup >
15+
1216 <ItemGroup >
1317 <PackageReference Include =" Microsoft.Extensions.CommandLineUtils.Sources" Version =" $(CommandLineUtilsVersion)" PrivateAssets =" All" />
1418 <PackageReference Include =" NuGet.Packaging" Version =" $(NuGetPackagesVersion)" />
Original file line number Diff line number Diff line change 1+ <Project >
2+ <PropertyGroup >
3+ <PackagePublisherNetCoreApp >$(MSBuildThisFileDirectory)..\PackagePublisher.dll</PackagePublisherNetCoreApp >
4+ </PropertyGroup >
5+ </Project >
You can’t perform that action at this time.
0 commit comments