Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make install-powershell.ps1 work on Windows Server 2012 R2 #9271

Merged
merged 3 commits into from
Apr 2, 2019

Conversation

TravisEz13
Copy link
Member

@TravisEz13 TravisEz13 commented Apr 2, 2019

PR Summary

Make install-powershell.ps1 work on Windows Server 2012 R2

PR Context

PR Checklist

$resolvedDestinationPath = $ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath($DestinationPath)
[System.IO.Compression.ZipFile]::ExtractToDirectory($resolvedPath,$resolvedDestinationPath)
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add an empty line between functions

@PoshChan

This comment has been minimized.

@TravisEz13 TravisEz13 merged commit b7c7aa1 into PowerShell:master Apr 2, 2019
@TravisEz13 TravisEz13 added this to the 6.3.0-preview.1 milestone Apr 2, 2019
@TravisEz13 TravisEz13 added the CL-Tools Indicates that a PR should be marked as a tools change in the Change Log label Apr 2, 2019
@TravisEz13 TravisEz13 deleted the Fix_install-powershell.ps1 branch November 22, 2019 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CL-Tools Indicates that a PR should be marked as a tools change in the Change Log
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants