Skip to content

Commit 24e7581

Browse files
Fixes install error for Nuget.config. See #1915
1 parent a1f294f commit 24e7581

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Runtime/Nuget/XSAddNugetSource.prgx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ if packageSourceMapping == null
7474
packageSourceMapping := XElement{"packageSourceMapping"}
7575
configElement:Add(packageSourceMapping)
7676
endif
77-
VAR sourceElement := null
77+
local sourceElement := NULL as XElement
7878
foreach elt as XElement in packageSourceMapping:Elements()
7979
if elt:Attribute("key")?:Value == source
8080
sourceElement := elt

0 commit comments

Comments
 (0)