We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f294f commit 24e7581Copy full SHA for 24e7581
1 file changed
src/Runtime/Nuget/XSAddNugetSource.prgx
@@ -74,7 +74,7 @@ if packageSourceMapping == null
74
packageSourceMapping := XElement{"packageSourceMapping"}
75
configElement:Add(packageSourceMapping)
76
endif
77
-VAR sourceElement := null
+local sourceElement := NULL as XElement
78
foreach elt as XElement in packageSourceMapping:Elements()
79
if elt:Attribute("key")?:Value == source
80
sourceElement := elt
0 commit comments