We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1def2fd commit c6183e3Copy full SHA for c6183e3
1 file changed
ProtoBuf.MSBuildTask/ProtoBuf.MSBuildTask.csproj
@@ -42,7 +42,9 @@
42
<Compile Include="Properties\AssemblyInfo.cs" />
43
</ItemGroup>
44
<ItemGroup>
45
- <None Include="ProtoBuf.MSBuildTask.targets" />
+ <None Include="ProtoBuf.MSBuildTask.targets">
46
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
47
+ </None>
48
49
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
50
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
0 commit comments