-
Notifications
You must be signed in to change notification settings - Fork 56
BUILD FAILURE: xDnsServer: Cannot build the module #211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Confirmed:Sampler 0.109.6 breaks the build process. Workaround:Hard-coded version 0.109.5 in the RequiredModules.psd1 file and removed 0.109.6 from the output/RequiredModules folder. |
Thanks for reporting! @gaelcolas is working on stuff, I think there was a dependency issue that Sampler needed to be released before PR dsccommunity/DscResource.DocGenerator#65 in DocGenerator was merged (since it uses Sampler too). |
We should change this back to |
This should be fixed, let me know if not. |
And the problem was that all tasks needed to be updated with sampler, so Sampler.GitHubTasks needed to be pinned also, and DscResource.DocGenerator was not yet updated... All should be working now if set to latest. |
Details of the scenario you tried and the problem that is occurring
build.ps1
fails at Generating Conceptual Help. It has an incorrect path to thexDnsServer.psd1
file.This may be a problem upstream with latest Sampler version.
Verbose logs showing the problem
Suggested solution to the issue
Unknown. Autodetect path?
The DSC configuration that is used to reproduce the issue (as detailed as possible)
N/A
The operating system the target node is running
Windows 10 and Linux (Azure Dev Ops Agent)
Version and build of PowerShell the target node is running
Name Value
PSVersion 5.1.19041.610
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.19041.610
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
and presumably version 7 on Linux?
Version of the DSC module that was used
HEAD
The text was updated successfully, but these errors were encountered: