Skip to content

Commit d2e0aa5

Browse files
committed
Added CopyMode as a Project Settings
1 parent b9db56d commit d2e0aa5

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"ProjectName": "ModuleTools",
33
"Description": "ModuleTools is a versatile, standalone PowerShell module builder. Create anything from simple to robust modules with ease. Built for CICD and Automation.",
44
"Version": "0.0.10",
5+
"CopyMode": "Folder",
56
"Manifest": {
67
"Author": "Manjunath Beli",
78
"PowerShellHostVersion": "7.4",

src/resources/ProjectTemplate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"ProjectName": "",
33
"Description": "",
44
"Version": "",
5+
"CopyMode": "",
56
"Manifest": {
67
"Author": "",
78
"PowerShellHostVersion": "",

src/resources/Schema-Build.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"Version": {
1313
"type": "string"
1414
},
15+
"CopyMode": {
16+
"type": "string"
17+
},
1518
"Manifest": {
1619
"type": "object",
1720
"properties": {

0 commit comments

Comments
 (0)