Commit 290089ab authored by Jon Skeet's avatar Jon Skeet

Copy protos directory when releasing

parent 8b6554ce
......@@ -333,6 +333,11 @@
<include name="ProtocolBuffers/bin/ReleaseCF/Google.ProtocolBuffers.dll" />
</fileset>
</copy>
<copy todir="${output-dir}">
<fileset basedir="${project::get-base-directory()}">
<include name="protos/**" />
</fileset>
</copy>
</target>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment