Skip to content

Commit fc68001

Browse files
committed
fixup! Add script to streamline local pack/install loop
1 parent 2eae806 commit fc68001

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

chocolatey/packAndLocalInstall.ps1

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
choco pack $PSScriptRoot\poshgit.nuspec
2-
choco install -f -y poshgit -pre -s $PSScriptRoot
1+
pushd $PSScriptRoot
2+
choco pack poshgit.nuspec
3+
choco install -f -y poshgit -pre -s .
4+
popd

0 commit comments

Comments
 (0)