In Hosted template, exclude .sln when generating from VS (to avoid duplication)
This commit is contained in:
parent
b669dcad1b
commit
29a7d4e5bc
|
|
@ -53,6 +53,14 @@
|
||||||
"target": "./",
|
"target": "./",
|
||||||
"exclude": [
|
"exclude": [
|
||||||
".template.config/**"
|
".template.config/**"
|
||||||
|
],
|
||||||
|
"modifiers": [
|
||||||
|
{
|
||||||
|
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
|
||||||
|
"exclude": [
|
||||||
|
"*.sln"
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue