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 31
31
</Target >
32
32
33
33
<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)" />
37
35
</Target >
38
36
39
37
</Project >
Original file line number Diff line number Diff line change 4
4
<OutputType >Library</OutputType >
5
5
<TargetFramework >netstandard2.0</TargetFramework >
6
6
<AssemblyVersion >5.1.0</AssemblyVersion >
7
+ <IsPackable >false</IsPackable >
7
8
</PropertyGroup >
8
9
9
10
<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 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp2.0</TargetFramework >
5
+ <IsPackable >false</IsPackable >
6
+ <IsTestProject >false</IsTestProject >
5
7
</PropertyGroup >
6
8
7
9
</Project >
You can’t perform that action at this time.
0 commit comments