-
Notifications
You must be signed in to change notification settings - Fork 21.8k
Update 2-create-package.md #127395
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
Update 2-create-package.md #127395
Conversation
@gurrajatwal : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Learn Build status updates of commit 46511d5: ✅ Validation status: passed
For more details, please refer to the build report. |
Hi @amitsara - Thanks for your review. In the public repo, pull requests should only be signed off by the author, another member of the content team, or a PM. @michaeltlombardi - Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
#sign-off |
Invalid command: '#sign-off'. Only the assigned author of one or more file in this PR can sign off. @michaeltlombardi |
@MutemwaRMasheke Thanks for your review. In the public repo, pull requests should only be signed off by the author, another member of the content team, or a PM. @michaeltlombardi - Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Moved PR to separate repo. #please-close |
Trying to install dependencies like nxtools from within the MyConfig.ps1 script is not working. When I run
& .\MyConfig.ps1
I get an error on theImport-DscResource -ModuleName 'nxtools'
line sayingCould not find the module 'nxtools'
. If I install the module from outside of the script, I can import the module successfully.I'm separating the PowerShell steps so that users can avoid the problem above.