abbgrade / PsDac

PsDac connects DacFx and PowerShell. It gives you PowerShell Cmdlets with the power of Microsoft.SqlServer.DacFx.
https://abbgrade.github.io/PsDac/
MIT License
3 stars 3 forks source link

Fix PsSmo Dependency in Build Validation #9

Closed abbgrade closed 2 years ago

abbgrade commented 2 years ago

Import-Module: D:\a\PsDac\PsDac\test\Install-Package.Tests.ps1:6 Line | 6 | … ipt:PsSmo = Import-Module PsSmo -MinimumVersion 0.6.0 -PassThru -Erro … | ~~~~~~~~~~~~~ | The specified module 'PsSmo' with version '0.6.0' was not loaded because no valid module file was | found in any module directory.

abbgrade commented 2 years ago

done