mirror of
https://github.com/DuendeSoftware/products
synced 2026-05-24 09:28:24 +00:00
Add symbol replacement for namespace
This commit is contained in:
parent
67c1941ba1
commit
bcb4049b65
1 changed files with 11 additions and 1 deletions
|
|
@ -21,5 +21,15 @@
|
|||
{
|
||||
"path": "IdentityServerEmpty.csproj"
|
||||
}
|
||||
]
|
||||
],
|
||||
"symbols": {
|
||||
"RenameCommonNamespace": {
|
||||
"datatype": "string",
|
||||
"displayName": "Fix common host namespace.",
|
||||
"replaces": "IdentityServerHost",
|
||||
"type": "derived",
|
||||
"valueSource": "name",
|
||||
"valueTransform": "safe_namespace"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue