mirror of
https://github.com/hohn/codeql-intro-csharp.git
synced 2025-12-15 18:23:04 +01:00
8 lines
174 B
PowerShell
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\"
|