File tree Expand file tree Collapse file tree 4 files changed +11
-32
lines changed Expand file tree Collapse file tree 4 files changed +11
-32
lines changed Original file line number Diff line number Diff line change 24
24
[Bb ]in /
25
25
[Oo ]bj /
26
26
[Ll ]og /
27
- [Bb ]uild /
28
27
msbuild.binlog
29
28
30
29
# Visual Studio 2015 cache/options directory
@@ -297,4 +296,4 @@ __pycache__/
297
296
.vscode
298
297
299
298
# OSX
300
- .DS_Store
299
+ .DS_Store
File renamed without changes.
Original file line number Diff line number Diff line change 15
15
<RepositoryType >git</RepositoryType >
16
16
<RepositoryUrl >https://github.com/tonerdo/coverlet</RepositoryUrl >
17
17
<CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
18
- <NuspecFile >coverlet.collector.nuspec</NuspecFile >
18
+ <IncludeBuildOutput >false</IncludeBuildOutput >
19
+ <SuppressDependenciesWhenPacking >true</SuppressDependenciesWhenPacking >
20
+ <TargetsForTfmSpecificContentInPackage >$(TargetsForTfmSpecificContentInPackage);PackBuildOutputs</TargetsForTfmSpecificContentInPackage >
19
21
</PropertyGroup >
20
22
21
23
<ItemGroup >
22
24
<PackageReference Include =" Microsoft.TestPlatform.ObjectModel" Version =" 16.1.0" />
23
25
</ItemGroup >
24
26
25
27
<ItemGroup >
26
- <Content Include = " coverlet.collector.targets " />
28
+ <None Update = " build\** " Pack = " true " PackagePath = " " />
27
29
</ItemGroup >
28
30
29
31
<ItemGroup >
61
63
<ItemGroup >
62
64
<ProjectReference Include =" $(MSBuildThisFileDirectory)..\coverlet.core\coverlet.core.csproj" PrivateAssets =" All" />
63
65
</ItemGroup >
64
-
65
- <Target Name =" SetNuspecPackageVersion" DependsOnTargets =" GetBuildVersion" BeforeTargets =" GenerateNuspec" >
66
- <PropertyGroup >
67
- <NuspecProperties >$(NuspecProperties);version=$(NuGetPackageVersion);configuration=$(Configuration)
68
- </NuspecProperties >
69
- </PropertyGroup >
70
- </Target >
71
66
67
+ <Target Name =" PackBuildOutputs" >
68
+ <ItemGroup >
69
+ <TfmSpecificPackageFile Include =" $(TargetDir)\*.dll" PackagePath =" build\netstandard1.0\" />
70
+ <TfmSpecificPackageFile Include =" $(TargetDir)\*.deps.json" PackagePath =" build\netstandard1.0\" />
71
+ </ItemGroup >
72
+ </Target >
72
73
</Project >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments