You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have my build script in the same folder as the solution and call Invoke-MSBuild with
-BuildLogDirectoryPath "PathDirectory"
an error occurs here (line 295): if ($BuildLogDirectoryPath.Equals("PathDirectory", [System.StringComparison]::InvariantCultureIgnoreCase)) { $BuildLogDirectoryPath = [System.IO.Path]::GetDirectoryName($Path) }
As $Path do not contain a directory.
The text was updated successfully, but these errors were encountered:
If I have my build script in the same folder as the solution and call Invoke-MSBuild with
-BuildLogDirectoryPath "PathDirectory"
an error occurs here (line 295):
if ($BuildLogDirectoryPath.Equals("PathDirectory", [System.StringComparison]::InvariantCultureIgnoreCase)) { $BuildLogDirectoryPath = [System.IO.Path]::GetDirectoryName($Path) }
As
$Path
do not contain a directory.The text was updated successfully, but these errors were encountered: