Skip to content
This repository was archived by the owner on Dec 12, 2020. It is now read-only.

Commit cd4eb5f

Browse files
authored
Reinstate BuildTime.props into nuget package (#146)
It was not included because the removal of SetPackageVersionInProps
1 parent d04fe73 commit cd4eb5f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/CodeGeneration.Roslyn.Tasks/CodeGeneration.Roslyn.Tasks.csproj

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,17 @@
1111
</TargetFrameworks>
1212
<PackageId>CodeGeneration.Roslyn.BuildTime</PackageId>
1313
<Description>The build-time development dependency that generates code for a project that consumes code generation attributes.</Description>
14-
<PropsFileName>$(PackageId).props</PropsFileName>
1514
<IncludeBuildOutput>false</IncludeBuildOutput>
1615
<DevelopmentDependency>true</DevelopmentDependency>
1716
<MinClientVersion>2.5</MinClientVersion>
1817
</PropertyGroup>
1918

2019
<ItemGroup>
21-
<None Include="build\**">
20+
<None Include="build/**">
2221
<Pack>true</Pack>
23-
<PackagePath>build\%(RecursiveDir)%(FileName)%(Extension)</PackagePath>
22+
<PackagePath>build/</PackagePath>
2423
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2524
</None>
26-
<None Update="build\$(PropsFileName)">
27-
<Pack>false</Pack>
28-
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
29-
</None>
3025
</ItemGroup>
3126

3227
<ItemDefinitionGroup>

0 commit comments

Comments
 (0)