File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
- out /*
1
+ out /*
2
+ tests /*
Original file line number Diff line number Diff line change @@ -29,13 +29,14 @@ The folder structure should be maintained like the example below:
29
29
30
30
``` console
31
31
\MODULEREPODIRECTORY
32
+ ├───.github
33
+ │ └───workflows
32
34
├───.gitignore
33
- ├───azure-pipelines.yml
35
+ ├───LICENSE
36
+ ├───README.md
34
37
│
35
- └───ModuleName
38
+ └───src
36
39
├───ModuleName.Module.Tests.ps1
37
- ├───ModuleName.nuspec
38
- ├───ModuleName.psd1
39
40
├───ModuleName.psm1
40
41
│
41
42
public
Original file line number Diff line number Diff line change 1
1
$BuildPSModule = @ {
2
2
Name = ' JBUtils'
3
- Version = ' 1.0.8 '
3
+ Version = ' 1.0.9 '
4
4
Description = ' A module with functions for various basic/low-level tasks.'
5
5
Tags = (' PSEdition_Desktop' , ' PSEdition_Core' , ' Windows' )
6
6
}
You can’t perform that action at this time.
0 commit comments