From 234f0294946771e87f53bdb48c6640143ae333c0 Mon Sep 17 00:00:00 2001 From: mhoopmann Date: Thu, 12 Sep 2024 11:48:13 -0700 Subject: [PATCH] Added another build test. --- .github/workflows/VS2019.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/VS2019.yml b/.github/workflows/VS2019.yml index 55be476..d7320ef 100644 --- a/.github/workflows/VS2019.yml +++ b/.github/workflows/VS2019.yml @@ -21,3 +21,7 @@ jobs: - name: test shell: cmd run: D:\a\mstoolkit\mstoolkit\VisualStudio\x64\Release\MSSingleScan.exe + + - name: test DLL + shell: cmd + run: D:\a\mstoolkit\mstoolkit\VisualStudio\x64\Release\DLL\MSSingleScan.exe \ No newline at end of file