In Hosted template, exclude .sln when generating from VS (to avoid duplication)

This commit is contained in:
Steve Sanderson 2018-03-22 17:04:59 +00:00
parent b669dcad1b
commit 29a7d4e5bc
1 changed files with 8 additions and 0 deletions

View File

@ -53,6 +53,14 @@
"target": "./",
"exclude": [
".template.config/**"
],
"modifiers": [
{
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
"exclude": [
"*.sln"
]
}
]
}
],