Run analysis using given script and database

This commit is contained in:
Michael Hohn
2024-12-03 11:39:21 -08:00
committed by =Michael Hohn
parent 450b9897a1
commit 2a4a0d5413
12 changed files with 679 additions and 17 deletions

7
build.ps1 Normal file
View File

@@ -0,0 +1,7 @@
# Change directory
Set-Location -Path "$HOME\work-gh\codeql-intro-csharp\SqliDemo"
# Build the project
dotnet build
Set-Location -Path "$HOME\work-gh\codeql-intro-csharp\"