Skip to content

Commit c1d1b52

Browse files
author
Sergei Vorobev
committed
Exclude map.json files from copyToOutput and publishOptions
1 parent b755212 commit c1d1b52

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

src/Microsoft.PowerShell.ConsoleHost/project.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"../Modules",
1616
"powershell.exe",
1717
"../../powershell.version"
18+
],
19+
"exclude": [
20+
"../Modules/Pester/.git",
21+
"../Modules/map.json",
22+
"Modules/map.json"
1823
]
1924
}
2025
},
@@ -27,7 +32,9 @@
2732
"../../powershell.version"
2833
],
2934
"exclude": [
30-
"../Modules/Pester/.git"
35+
"../Modules/Pester/.git",
36+
"../Modules/map.json",
37+
"Modules/map.json"
3138
]
3239
},
3340

src/powershell/project.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
"*.so",
1515
"*.dylib",
1616
"../../powershell.version"
17+
],
18+
"exclude": [
19+
"../Modules/Pester/.git",
20+
"../Modules/map.json",
21+
"Modules/map.json"
1722
]
1823
}
1924
},
@@ -27,7 +32,9 @@
2732
"../../powershell.version"
2833
],
2934
"exclude": [
30-
"../Modules/Pester/.git"
35+
"../Modules/Pester/.git",
36+
"../Modules/map.json",
37+
"Modules/map.json"
3138
]
3239
},
3340

0 commit comments

Comments
 (0)