pwshrc/Invoke Library-Dependent PowerShell

Invokes the given PowerShell command after first restoring nested dependencies.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
libThe path of the library folder that nested dependencies are restored into when the restore script runs.yeslib
nuget_configThe path of the NuGet.config file that the restore script uses to configure NuGet.yes./NuGet.PSGallery.config
packages_configThe path of the packages.config file that the restore script uses to determine which nested dependencies to restore.yes./packages.PSGallery.config
restore_runThe command to invoke the restore script that restores nested dependencies.yes./build/restore.ps1
runThe command to run after the nested dependencies have been restored.yes

no outputs