Created
December 3, 2019 05:09
-
-
Save SimonCropp/ba7a2a48bb5498b04e426eeb13f0bc08 to your computer and use it in GitHub Desktop.
Fork: Open in VS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd %1 | |
powershell -executionpolicy remotesigned -file c:\code\opensolution.ps1 -nologo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gci -recurse -Filter *.sln | Select -ExpandProperty FUllname | Select -First 1 | iex |
Author
SimonCropp
commented
Dec 3, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment