Could not load file or assembly 'Microsoft.PowerShell.PSResourceGet' when run build
#36
-
When I run PS D:\GitHub\dataplat\FabricTools> ./build.ps1 -Tasks build
[pre-build] Starting Build Init
[pre-build] Dependency missing, running './build.ps1 -ResolveDependency -Tasks noop' for you
[pre-build] Resolving dependencies using preferred method.
[pre-build] Starting bootstrap process.
Import-Module: D:\GitHub\dataplat\FabricTools\Resolve-Dependency.ps1:352:13
Line |
352 | Import-Module -Name $expandArchiveParameters.DestinationP …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Could not load file or assembly 'Microsoft.PowerShell.PSResourceGet, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null'. Assembly with same name is already loaded
InvalidOperation: D:\GitHub\dataplat\FabricTools\Resolve-Dependency.ps1:363:9 But when I run |
Beta Was this translation helpful? Give feedback.
Answered by
SQLDBAWithABeard
May 23, 2025
Replies: 1 comment
-
Hopefully this is now covered by the pre-reqs in the contributing document
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SQLDBAWithABeard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hopefully this is now covered by the pre-reqs in the contributing document