Skip to content

Commit

Permalink
why does it not like the path?
Browse files Browse the repository at this point in the history
  • Loading branch information
anpin committed Feb 11, 2024
1 parent 1229e71 commit 67c98fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pack.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ param(
)
$ErrorActionPreference = "Stop"

msbuild .\src\APES.UI.XF.csproj -t:Build,Pack -p:Configuration=Release -p:PackageOutputPath="$PackageOutputPath"
$absolutePackageOutputPath = Convert-Path -Path $PackageOutputPath -ErrorAction Stop
Write-Host "Using PackageOutputPath: $absolutePackageOutputPath"

msbuild .\src\APES.UI.XF.csproj -t:Build,Pack -p:Configuration=Release -p:PackageOutputPath="$absolutePackageOutputPath"

0 comments on commit 67c98fd

Please sign in to comment.