File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 3131 </Target >
3232
3333 <Target Name =" CreateNuGetPackage" AfterTargets =" RunTests" Condition =" $(Configuration) == 'Release'" >
34- <Exec Command =" dotnet pack " $(MSBuildThisFileDirectory)src\coverlet.msbuild.tasks\coverlet.msbuild.tasks.csproj" -c $(Configuration) -o $(OutputPath) /p:PublicRelease=$(PublicRelease)" />
35- <Exec Command =" dotnet pack " $(MSBuildThisFileDirectory)src\coverlet.console\coverlet.console.csproj" -c $(Configuration) -o $(OutputPath) /p:PublicRelease=$(PublicRelease)" />
36- <Exec Command =" dotnet pack " $(MSBuildThisFileDirectory)src\coverlet.collector\coverlet.collector.csproj" -c $(Configuration) -o $(OutputPath) /p:PublicRelease=$(PublicRelease)" />
34+ <Exec Command =" dotnet pack coverlet.sln -c $(Configuration) /p:PublicRelease=$(PublicRelease)" />
3735 </Target >
3836
3937</Project >
Original file line number Diff line number Diff line change 44 <OutputType >Library</OutputType >
55 <TargetFramework >netstandard2.0</TargetFramework >
66 <AssemblyVersion >5.1.0</AssemblyVersion >
7+ <IsPackable >false</IsPackable >
78 </PropertyGroup >
89
910 <ItemGroup >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project >
3+ <PropertyGroup >
4+ <IsTestProject >true</IsTestProject >
5+ </PropertyGroup >
6+ </Project >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >netcoreapp2.0</TargetFramework >
5+ <IsPackable >false</IsPackable >
6+ <IsTestProject >false</IsTestProject >
57 </PropertyGroup >
68
79</Project >
You can’t perform that action at this time.
0 commit comments