Skip to content

Commit

Permalink
Adding makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Dec 25, 2023
1 parent 214c845 commit 6f2c36a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

test:
dotnet test --verbosity normal

build:
dotnet build --verbosity normal

package:
dotnet pack --output Packages --verbosity normal

0 comments on commit 6f2c36a

Please sign in to comment.