We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eae806 commit fc68001Copy full SHA for fc68001
1 file changed
chocolatey/packAndLocalInstall.ps1
@@ -1,2 +1,4 @@
1
-choco pack $PSScriptRoot\poshgit.nuspec
2
-choco install -f -y poshgit -pre -s $PSScriptRoot
+pushd $PSScriptRoot
+choco pack poshgit.nuspec
3
+choco install -f -y poshgit -pre -s .
4
+popd
0 commit comments