Skip to content

Commit

Permalink
Adding a script for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lookbusy1344 committed Oct 8, 2023
1 parent b4480b7 commit ae8c9da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion Publish.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@echo off
dotnet clean
dotnet build -c Release RecordValueAnalyser.Package
cd RecordValueAnalyser.Package
3 changes: 3 additions & 0 deletions RunTests.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@echo off
dotnet build -c Debug RecordValueAnalyser.Test
dotnet test

0 comments on commit ae8c9da

Please sign in to comment.