You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bootstrap script fails because it is missing the functions Get-PSModulePath, New-Exception and New-ErrorRecord. The integration tests passes because the module DscResource.Common is available when the pipeline runs. The integration tests should remove that module prior to running tests for the bootstrap script.
The task that updates the bootstrap script should automatically add the definition of all needed commands to the bootstrap script.
The text was updated successfully, but these errors were encountered:
The bootstrap script fails because it is missing the functions
Get-PSModulePath
,New-Exception
andNew-ErrorRecord
. The integration tests passes because the module DscResource.Common is available when the pipeline runs. The integration tests should remove that module prior to running tests for the bootstrap script.The task that updates the bootstrap script should automatically add the definition of all needed commands to the bootstrap script.
The text was updated successfully, but these errors were encountered: