Sampler icon indicating copy to clipboard operation
Sampler copied to clipboard

Module template with build pipeline and examples, including DSC elements.

Results 51 Sampler issues
Sort by recently updated
recently updated
newest added

Today the Plaster templates are using Pester 4. Users might expect to continute get changes from the pipeline a keep Pester 4 testing. How should we add support for Pester...

discussion

This property should be removed as it does not do anything (no code support it): https://github.com/gaelcolas/Sampler/blob/d19ef072498ac9df81a3839b0b7a502a066f2235/Sampler/Templates/Build/build.yaml.template#L11 Instead we should add the property `BuiltModuleSubdirectory`: ``` BuiltModuleSubdirectory: builtModule ```

bug
help wanted
good first issue

At this line the module PowerShellGet is imported to verify version. https://github.com/gaelcolas/Sampler/blob/d19ef072498ac9df81a3839b0b7a502a066f2235/Resolve-Dependency.ps1#L233 But we already imported it at line: https://github.com/gaelcolas/Sampler/blob/d19ef072498ac9df81a3839b0b7a502a066f2235/Resolve-Dependency.ps1#L171 We should be able to reuse the variable at line...

enhancement
help wanted
good first issue

It is indicated that build.ps1 loades aliases that it should not (see the line with `Set-SamplerTaskVariable`). ``` Importing tasks from module Sampler Loading Build-Module.ModuleBuilder.build.Sampler.ib.tasks... Loading ChocolateyPackage.build.Sampler.ib.tasks... Loading Clean.ModuleBuilder.build.Sampler.ib.tasks... Loading DeployAll.PSDeploy.build.Sampler.ib.tasks......

bug
help wanted
good first issue

### Problem description When merging code coverage from several jobs the task to download pipeline artifacts must specify individual destination folder. This in necessary if each test job is generating...

bug
help wanted
good first issue

### Problem description suggestion to create an alternative to the use envrionment variables such as $Env:HelpSourceFolder inside the Config if not set via param input, and using a default as...

enhancement
help wanted

It'd be good to also add 'UseCodeCovIo' as an option in `${PLASTER_PARAM_Features}`. It's not blocking though. _Originally posted by @gaelcolas in https://github.com/gaelcolas/Sampler/pull/325#discussion_r706832915_

enhancement
help wanted

### Problem description It is possible to not add configuration files for GitVersion when creating a module using the templates. But if GitVersion is installed it will be used regardless....

enhancement
help wanted
good first issue

> I wonder if it's a good decision to remove the PSSA rules and vscode integration. > It's ok to not enforce them, but I'd prefer that we still "highlight"...

enhancement
help wanted
good first issue

### Problem description When using the template _dsccommunity_ the build.yaml that is generated does not contain the key `MainGitBranch` under the key `DscTest`. ```yaml DscTest: MainGitBranch: main ``` ### Verbose...

enhancement
help wanted
good first issue