File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 77 <Nullable >enable</Nullable >
88 <Version >1.0.0-dev</Version >
99 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
10+ <IsPackable >False</IsPackable >
11+ <IsPublishable >False</IsPublishable >
1012 </PropertyGroup >
1113
1214</Project >
Original file line number Diff line number Diff line change 44 <AssemblyName >Beefweb.Client</AssemblyName >
55 <RootNamespace >Beefweb.Client</RootNamespace >
66 <DocumentationFile >$(OutputPath)\$(AssemblyName).xml</DocumentationFile >
7+ <IsPackable >True</IsPackable >
78 </PropertyGroup >
89
910</Project >
Original file line number Diff line number Diff line change 44 <AssemblyName >beefctl</AssemblyName >
55 <RootNamespace >Beefweb.CommandLineTool</RootNamespace >
66 <OutputType >Exe</OutputType >
7+ <IsPublishable >True</IsPublishable >
78 </PropertyGroup >
89
910 <ItemGroup >
Original file line number Diff line number Diff line change 55 <PropertyGroup >
66 <OutputPath >$(SolutionRoot)artifacts\tests</OutputPath >
77 <BaseIntermediateOutputPath >$(SolutionRoot)artifacts\obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath >
8- <IsPackable >False</IsPackable >
9- <IsPublishable >False</IsPublishable >
108 </PropertyGroup >
119
1210</Project >
You can’t perform that action at this time.
0 commit comments