Skip to content

Commit 5d4aaaa

Browse files
committed
!deploy v0.3.0 release
## 0.3.0 - 2019-09-07 * [Issue #15](#15) * Added `Add-PSProfileToProfile` function to easily add `Import-Module PSProfile` to your PowerShell profile. * [Issue #16](#16) * Added the following functions from the `PSProfile.PowerTools` plugin to PSProfile directly: * `Confirm-ScriptIsValid` * `Enter-CleanEnvironment` * `Format-Syntax` * `Get-Definition` * `Get-Gist` * `Get-LongPath` * `Install-LatestModule` * `Open-Code` * `Open-Item` * `Pop-Path` * `Push-Path` * `Start-BuildScript` * `Test-RegEx` * Added HelpFile for Power Tools functions: `Get-Help about_PSProfile_Power_Tools` * Updated `Start-PSProfileConfigurationHelper` with Power Tools section * Miscellaneous * Cleaned up `PSProfile` class. * Updated alias list. * Updated module versioning strategy in build script. * Updated `GitAliases` plugin to only spawn 1 runspace in the background. * Fixed issue with `Copy-Parameters` where it would fail to pull parameters for commands with multiple parameter sets. * Updated Content.Tests. * Updated azure-pipelines YAML. * Renamed the InvokeBuild script from `tasks.build.ps1` to `invoke.build.ps1`.
1 parent a67fad6 commit 5d4aaaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PSProfile/Public/Power Tools/Get-LongPath.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ function Get-LongPath {
7878
$target = Join-Path $target ($Subpaths -join [System.IO.Path]::DirectorySeparatorChar)
7979
}
8080
Write-Verbose "Resolved long path: $target"
81+
$target
8182
}
8283
}
8384

0 commit comments

Comments
 (0)