We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6e2d19 + 181496b commit 97b90ddCopy full SHA for 97b90dd
BUILD.in renamed to README.in
default.build
@@ -383,8 +383,8 @@
383
<target name="build-dist-dir" description="(internal) just copy files into a dist dir, without cleaning or stamping">
384
<delete dir="${dist.dir}" failonerror="false"/>
385
<mkdir dir="${dist.dir}"/>
386
- <copy file="BUILD.in" tofile="${dist.dir}/BUILD"/>
387
- <exec program="links" append="true" output="${dist.dir}/BUILD" failonerror="false">
+ <copy file="README.in" tofile="${dist.dir}/README"/>
+ <exec program="links" append="true" output="${dist.dir}/README" failonerror="false">
388
<arg value="-dump" />
389
<arg value="${web.url}build-dotnet-client.html" />
390
</exec>
0 commit comments