소스 검색

Copy protos directory when releasing

Jon Skeet 15 년 전
부모
커밋
290089ab7c
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      ProtocolBuffers.build

+ 6 - 1
ProtocolBuffers.build

@@ -332,7 +332,12 @@
       <fileset basedir="${src}">
         <include name="ProtocolBuffers/bin/ReleaseCF/Google.ProtocolBuffers.dll" />
       </fileset>
-    </copy>    
+    </copy>
+    <copy todir="${output-dir}">
+      <fileset basedir="${project::get-base-directory()}">
+        <include name="protos/**" />
+      </fileset>
+    </copy>
   </target>