There was an error while loading. Please reload this page.
1 parent 8fb0c68 commit 780e9aaCopy full SHA for 780e9aa
1 file changed
Build/BuildScripts/Package.targets
@@ -25,6 +25,7 @@
25
from component in package.Element("components").Descendants("component")
26
let componentType = component.Attribute("type").Value
27
from file in component.Descendants().Descendants<XElement>(componentType.ToLowerInvariant())
28
+ where file.Attribute("action")?.Value != "UnRegister"
29
let path = file.Element("path")
30
let name = file.Element("name")
31
let sourceFileName = file.Element("sourceFileName")
0 commit comments