Files
codeql-intro-csharp/build.ps1
2024-12-03 11:39:21 -08:00

8 lines
174 B
PowerShell

# 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\"