...
| Code Block | ||
|---|---|---|
| ||
Find-PackageProvider -Name 'NuGet' -Force -ForceBootstrap |
Run the following commands to trust the PSGallery:
| Code Block | ||
|---|---|---|
| ||
Set-PSRepository -Name 'PSGallery' -InstallationPolicy Trusted |
Modify then run the following commands to define the name of the PowerShell module:
...