Skip to content

Commit

Permalink
use invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
KircMax committed Dec 2, 2023
1 parent 9f4da38 commit 6be3121
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/buildscript.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
$currentFolder = (Get-Location).Path
$currentFolder = $MyInvocation.MyCommand.Path | Split-Path -Parent;
#$currentFolder = (Get-Location).Path
echo $currentFolder
dotnet build ../src/Webserver.API/Webserver.API.csproj

0 comments on commit 6be3121

Please sign in to comment.