Remove old Test executable; update docs

This commit is contained in:
Matt Nadareski
2024-11-04 14:58:21 -05:00
parent f7a4b6b43c
commit 57a5531fbd
13 changed files with 28 additions and 1018 deletions

View File

@@ -1,4 +1,4 @@
name: Build Test
name: Build Programs
on:
push:
@@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
project: [ExtractionTool, ProtectionScan, Test]
project: [ExtractionTool, ProtectionScan]
runtime: [win-x86, win-x64, win-arm64, linux-x64, linux-arm64, osx-x64]
framework: [net8.0] #[net20, net35, net40, net452, net472, net48, netcoreapp3.1, net5.0, net6.0, net7.0, net8.0]
conf: [Release, Debug]