psbuild icon indicating copy to clipboard operation
psbuild copied to clipboard

Is it possible to install it offline the package? if so , can you please instruct.

Open Eldadc opened this issue 7 years ago • 7 comments

Eldadc avatar Aug 08 '17 05:08 Eldadc

The install script is at https://github.com/ligershark/psbuild/blob/master/src/GetPSBuild.ps1. You should be able to download the psbuild nuget package and extract it to a local folder. After that you can update the GetPsBuildPsm1 to return the module from the extracted nuget package that you downloaded.

sayedihashimi avatar Aug 08 '17 18:08 sayedihashimi

Hi,

Thanks for the quick update. Can you please elaborate , I am sorry I am new with PS.

Thanks

On Tue, Aug 8, 2017 at 9:47 PM, Sayed Ibrahim Hashimi < [email protected]> wrote:

The install script is at https://github.com/ligershark/ psbuild/blob/master/src/GetPSBuild.ps1. You should be able to download the psbuild nuget package and extract it to a local folder. After that you can update the GetPsBuildPsm1 https://github.com/ligershark/psbuild/blob/master/src/GetPSBuild.ps1#L142 to return the module from the extracted nuget package that you downloaded.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ligershark/psbuild/issues/84#issuecomment-321047130, or mute the thread https://github.com/notifications/unsubscribe-auth/ACqT_cPm9vAyCYpvCmHp7Cpdd7gjwVFSks5sWK1SgaJpZM4OwRzy .

Eldadc avatar Aug 09 '17 05:08 Eldadc

Can you please elaborate how to install it ?

thanks

On Tue, Aug 8, 2017 at 9:47 PM, Sayed Ibrahim Hashimi < [email protected]> wrote:

The install script is at https://github.com/ligershark/ psbuild/blob/master/src/GetPSBuild.ps1. You should be able to download the psbuild nuget package and extract it to a local folder. After that you can update the GetPsBuildPsm1 https://github.com/ligershark/psbuild/blob/master/src/GetPSBuild.ps1#L142 to return the module from the extracted nuget package that you downloaded.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ligershark/psbuild/issues/84#issuecomment-321047130, or mute the thread https://github.com/notifications/unsubscribe-auth/ACqT_cPm9vAyCYpvCmHp7Cpdd7gjwVFSks5sWK1SgaJpZM4OwRzy .

Eldadc avatar Aug 27 '17 14:08 Eldadc

Download the NuGet package and then Import-Module tools\psbuild.psd1

sayedihashimi avatar Aug 28 '17 21:08 sayedihashimi

Thanks on the quick response

On Tue, Aug 29, 2017 at 12:18 AM, Sayed Ibrahim Hashimi < [email protected]> wrote:

Download the NuGet package and then Import-Module tools\psbuild.psd1

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ligershark/psbuild/issues/84#issuecomment-325485016, or mute the thread https://github.com/notifications/unsubscribe-auth/ACqT_fXvTz2aP7ShjFsIg4gVUg0vF47zks5scy6sgaJpZM4OwRzy .

Eldadc avatar Aug 30 '17 10:08 Eldadc

Were you able to get it working?

sayedihashimi avatar Aug 30 '17 14:08 sayedihashimi

I will update as soon as possible. thx

On Wed, Aug 30, 2017 at 5:07 PM, Sayed Ibrahim Hashimi < [email protected]> wrote:

Were you able to get it working?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ligershark/psbuild/issues/84#issuecomment-326001353, or mute the thread https://github.com/notifications/unsubscribe-auth/ACqT_TsR5YS5BUZRl0Qszmh88pggm9Auks5sdWyFgaJpZM4OwRzy .

Eldadc avatar Sep 01 '17 06:09 Eldadc