pwshrc/Invoke Library-Dependent PowerShell
Invokes the given PowerShell command after first restoring nested dependencies.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| lib | The path of the library folder that nested dependencies are restored into when the restore script runs. | yes | lib |
| nuget_config | The path of the NuGet.config file that the restore script uses to configure NuGet. | yes | ./NuGet.PSGallery.config |
| packages_config | The path of the packages.config file that the restore script uses to determine which nested dependencies to restore. | yes | ./packages.PSGallery.config |
| restore_run | The command to invoke the restore script that restores nested dependencies. | yes | ./build/restore.ps1 |
| run | The command to run after the nested dependencies have been restored. | yes | — |
Outputs
no outputs