diff options
Diffstat (limited to 'dotnet/client-010/default.build')
-rw-r--r-- | dotnet/client-010/default.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dotnet/client-010/default.build b/dotnet/client-010/default.build index 095b6de2e9..74d53f1f35 100644 --- a/dotnet/client-010/default.build +++ b/dotnet/client-010/default.build @@ -155,6 +155,11 @@ <buildfiles refid="tests.builds" />
</nant>
+ <!-- copy config files over to the output dir -->
+ <copy todir="${build.dir}" file="test/test.config"/>
+ <copy todir="${build.dir}" file="log.xml"/>
+
+
</target>
<!-- Runs all 'pure unit' tests. -->
|