-
Notifications
You must be signed in to change notification settings - Fork 42
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
When using the template type 'SimpleModule'
it adds unnecessary configuration
#277
Comments
It should ask if GitVersion should be used and if so add a GitVersion.yaml. and it should ask for the name of the default branch in the line
|
Example:
|
The module script file should be empty, it should not use the template which dot-sources a lot of stuff: https://github.com/gaelcolas/Sampler/blob/master/Sampler/Templates/Sampler/module.template |
This should either be removed when using SimpleModule (preferably as the template used is 'simple'), or changed to real values (even if it is commented out) not have Sampler/Sampler.psd1 which can be misleading if there is a source folder. Sampler/Sampler/Templates/Build/build.yaml.template Lines 5 to 14 in acc257a
|
The build task |
Module manifest is not prepared for preview releases. These two are commented.
|
Module manifest should be updated to use these:
|
When using the template type
'SimpleModule'
it should not add:In RequiredModules.psd1
In build.yaml
When using the template type
'SimpleModule'
it should ask for values for:In azure-pipelines.yml it should ask for the name of the default branch.
and for
In azure-pipelines.yml it should ask for the name of the account name that owns the upstream repository (so that it does not try to deploy in forks).
The text was updated successfully, but these errors were encountered: