Nothing concrete .

This commit is contained in:
Paul Schneider 2022-12-11 14:54:47 +00:00
commit a7ea749d2c
5 changed files with 18 additions and 13 deletions

2
.build
View file

@ -18,7 +18,7 @@
<target name="build" description="build all">
<exec program="dotnet" commandline="build" />
</target>
<target name="test" description="build all">
<target name="test" description="test all">
<exec program="dotnet" commandline="test" />
</target>
</project>