Skip to content

Commit

Permalink
Add debug help
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekku2 committed Jun 30, 2024
1 parent 0ef2584 commit 9acb610
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/Build-Backend.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Set-StrictMode -Version Latest
$project = 'src/FunctionApp.Isolated'
$publishFolder = 'bin/publish'

Write-Host "Building backend and packing it to $ZipPath..."

dotnet build --output $publishFolder $project --configuration Release

$fullSourcePath = (Resolve-Path "$publishFolder").Path
Expand Down

0 comments on commit 9acb610

Please sign in to comment.