ex to output

This commit is contained in:
2022-04-17 23:30:48 +01:00
parent da92b9dbec
commit 60e4ca8c54
3 changed files with 52 additions and 69 deletions

8
.build
View File

@ -16,9 +16,9 @@
<delete dir="test/isnd.tests/obj/" failonerror="false" />
</target>
<target name="build" description="build all">
<solution configuration="release">
<referenceprojects>
</referenceprojects>
</solution>
<exec program="dotnet" commandline="build" />
</target>
<target name="test" description="build all">
<exec program="dotnet" commandline="test" />
</target>
</project>